#4CF72F

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

Shades of Harlequin #4CF72F

Tints of Harlequin #4CF72F

Color information

#4CF72F (or 0x4CF72F) is unknown color: approx Harlequin. HEX triplet: 4C, F7 and 2F. RGB value is (76,247,47). Sum of RGB (Red+Green+Blue) = 76+247+47=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 247 (96.88% from 255 or 66.76% from 370); Blue value is 47 (18.75% from 255 or 12.70% from 370); Max value from RGB is 247 - color contains mainly: green. Hex color #4CF72F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF72F is #B308D0. Grayscale: #ADADAD. Windows color (decimal): -11733201 or 3143500. OLE color: 3143500.

HSL color Cylindrical-coordinate representation of color #4CF72F: hue angle of 111.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4CF72F is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB7624747-
CMYK0.6900.810.03
HSL111.3º92.59%57.65%-
HSV(B)111.3º80.97%96.86%-
XYZ36.7568.2613.93-
YUV173.0756.8558.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.54%
GREEN value IS 247 (96.88% from 255) = 66.76%
BLUE value IS 47 (18.75% from 255) = 12.70%
R=20.54%
G=66.76%
B=12.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal76247470.6900.810.03111.392.5957.65
Hex4CF72F4505136f5d3a
Octal114367571050121315713572
Binary1001100111101111011111000101010100011111011111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF72F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,247,47); }

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

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

 a { background-color: rgb(76,247,47); }

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

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

 span { border-color: rgb(76,247,47); }

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