#4CDE08

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

Shades of Harlequin #4CDE08

Tints of Harlequin #4CDE08

Color information

#4CDE08 (or 0x4CDE08) is unknown color: approx Harlequin. HEX triplet: 4C, DE and 08. RGB value is (76,222,8). Sum of RGB (Red+Green+Blue) = 76+222+8=306 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.84% from 306); Green value is 222 (87.11% from 255 or 72.55% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDE08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CDE08 is #B321F7. Grayscale: #9A9A9A. Windows color (decimal): -11739640 or 581196. OLE color: 581196.

HSL color Cylindrical-coordinate representation of color #4CDE08: hue angle of 100.93º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4CDE08 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB762228-
CMYK0.6600.960.13
HSL100.93º93.04%45.1%-
HSV(B)100.93º96.4%87.06%-
XYZ29.1553.89.08-
YUV153.9545.6372.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.84%
GREEN value IS 222 (87.11% from 255) = 72.55%
BLUE value IS 8 (3.52% from 255) = 2.61%
R=24.84%
G=72.55%
B=2.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal7622280.6600.960.13100.9393.0445.1
Hex4CDE842060D655d2d
Octal1143361010201401514513555
Binary1001100110111101000100001001100000110111001011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,222,8); }

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

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

 a { background-color: rgb(76,222,8); }

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

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

 span { border-color: rgb(76,222,8); }

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