Shades of Harlequin #4CDE08
Tints of Harlequin #4CDE08
RGB
CMYK
RGB Variations
Color information
#4CDE08 (or 0x4CDE08) is known color: 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
| RGB | 76 | 222 | 8 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.13 |
| HSL | 100.93º | 0.93% | 0.45% | - |
| HSV(B) | 100.93º | 0.96% | 0.87% | - |
| XYZ | 29.15 | 53.8 | 9.08 | - |
| YUV | 153.95 | 45.63 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 8 | 0.66 | 0 | 0.96 | 0.13 | 100.93 | 0.93 | 0.45 |
| Hex | 4C | DE | 8 | 42 | 0 | 60 | D | 65 | 5D | 2D |
| Octal | 114 | 336 | 10 | 102 | 0 | 140 | 15 | 145 | 135 | 55 |
| Binary | 1001100 | 11011110 | 1000 | 1000010 | 0 | 1100000 | 1101 | 1100101 | 1011101 | 101101 |
Color Harmonies of #4CDE08
Complementary color
Monochromatic Colors of #4CDE08
Black with #4CDE08
Text Example
Text Example
White with #4CDE08
Text Example
Text Example
HTML Codes & Css Web 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>