#4CF01F

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

Shades of Harlequin #4CF01F

Tints of Harlequin #4CF01F

Color information

#4CF01F (or 0x4CF01F) is unknown color: approx Harlequin. HEX triplet: 4C, F0 and 1F. RGB value is (76,240,31). Sum of RGB (Red+Green+Blue) = 76+240+31=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 240 (94.14% from 255 or 69.16% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF01F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF01F is #B30FE0. Grayscale: #A7A7A7. Windows color (decimal): -11735009 or 2093132. OLE color: 2093132.

HSL color Cylindrical-coordinate representation of color #4CF01F: hue angle of 107.08º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4CF01F is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB7624031-
CMYK0.6800.870.06
HSL107.08º87.45%53.14%-
HSV(B)107.08º87.08%94.12%-
XYZ34.3963.9611.83-
YUV167.1451.1762.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.90%
GREEN value IS 240 (94.14% from 255) = 69.16%
BLUE value IS 31 (12.5% from 255) = 8.93%
R=21.90%
G=69.16%
B=8.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal76240310.6800.870.06107.0887.4553.14
Hex4CF01F4405766b5735
Octal114360371040127615312765
Binary1001100111100001111110001000101011111011010111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CF01F; }

 p { color: rgb(76,240,31); }

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

<style>
 a { background-color: #4CF01F; }

 a { background-color: rgb(76,240,31); }

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

<style>
 span { border-color: #4CF01F; }

 span { border-color: rgb(76,240,31); }

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