Shades of Harlequin #4CE208
Tints of Harlequin #4CE208
RGB
CMYK
RGB Variations
Color information
#4CE208 (or 0x4CE208) is known color: Harlequin. HEX triplet: 4C, E2 and 08. RGB value is (76,226,8). Sum of RGB (Red+Green+Blue) = 76+226+8=310 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.52% from 310); Green value is 226 (88.67% from 255 or 72.90% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 226 - color contains mainly: green. Hex color #4CE208 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CE208 is #B31DF7. Grayscale: #9D9D9D. Windows color (decimal): -11738616 or 582220. OLE color: 582220.
HSL color Cylindrical-coordinate representation of color #4CE208: hue angle of 101.28º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4CE208 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 226 | 8 | - |
| CMYK | 0.66 | 0 | 0.96 | 0.11 |
| HSL | 101.28º | 0.93% | 0.46% | - |
| HSV(B) | 101.28º | 0.96% | 0.89% | - |
| XYZ | 30.22 | 55.95 | 9.44 | - |
| YUV | 156.3 | 44.31 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 226 | 8 | 0.66 | 0 | 0.96 | 0.11 | 101.28 | 0.93 | 0.46 |
| Hex | 4C | E2 | 8 | 42 | 0 | 60 | B | 65 | 5D | 2E |
| Octal | 114 | 342 | 10 | 102 | 0 | 140 | 13 | 145 | 135 | 56 |
| Binary | 1001100 | 11100010 | 1000 | 1000010 | 0 | 1100000 | 1011 | 1100101 | 1011101 | 101110 |
Color Harmonies of #4CE208
Complementary color
Monochromatic Colors of #4CE208
Black with #4CE208
Text Example
Text Example
White with #4CE208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE208; }
p { color: rgb(76,226,8); }
H1.HeaderClassName
{
color: #4CE208;
}
.AnyTagClassName
{
color: #4CE208;
}
</style>
background-color css
<style>
a { background-color: #4CE208; }
a { background-color: rgb(76,226,8); }
div.DivClassName
{
background-color: #4CE208;
}
.BgClassName
{
background-color: #4CE208;
}
</style>
border-color css
<style>
span { border-color: #4CE208; }
span { border-color: rgb(76,226,8); }
td.TdClassName
{
border-color: #4CE208;
}
.TagClassName
{
border-color: #4CE208;
}
</style>