#46fc31

Color #46FC31 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #46FC31

Tints of Harlequin #46FC31

Color information

#46FC31 (or 0x46FC31) is unknown color: approx Harlequin. HEX triplet: 46, FC and 31. RGB value is (70,252,49). Sum of RGB (Red+Green+Blue) = 70+252+49=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 252 (98.83% from 255 or 67.92% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 252 - color contains mainly: green. Hex color #46FC31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46FC31 is #B903CE. Grayscale: #AFAFAF. Windows color (decimal): -12125135 or 3275846. OLE color: 3275846.

HSL color Cylindrical-coordinate representation of color #46FC31: hue angle of 113.79º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46FC31 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB7025249-
CMYK0.7200.810.01
HSL113.79º97.13%59.02%-
HSV(B)113.79º80.56%98.82%-
XYZ37.8971.1414.64-
YUV174.4457.253.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 18.87%
GREEN value IS 252 (98.83% from 255) = 67.92%
BLUE value IS 49 (19.53% from 255) = 13.21%
R=18.87%
G=67.92%
B=13.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal70252490.7200.810.01113.7997.1359.02
Hex46FC3148051172613b
Octal106374611100121116214173
Binary100011011111100110001100100001010001111100101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46fc31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46fc31; }

 p { color: rgb(70,252,49); }

 H1.HeaderClassName
 {
   color: #46fc31;
 }
 .AnyTagClassName
 {
   color: #46fc31;
 }
</style>
background-color css

<style>
 a { background-color: #46fc31; }

 a { background-color: rgb(70,252,49); }

 div.DivClassName
 {
   background-color: #46fc31;
 }
 .BgClassName
 {
   background-color: #46fc31;
 }
</style>
border-color css

<style>
 span { border-color: #46fc31; }

 span { border-color: rgb(70,252,49); }

 td.TdClassName
 {
   border-color: #46fc31;
 }
 .TagClassName
 {
   border-color: #46fc31;
 }
</style>