Shades of Harlequin #4CE210
Tints of Harlequin #4CE210
RGB
CMYK
RGB Variations
Color information
#4CE210 (or 0x4CE210) is known color: Harlequin. HEX triplet: 4C, E2 and 10. RGB value is (76,226,16). Sum of RGB (Red+Green+Blue) = 76+226+16=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 226 (88.67% from 255 or 71.07% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 226 - color contains mainly: green. Hex color #4CE210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CE210 is #B31DEF. Grayscale: #9D9D9D. Windows color (decimal): -11738608 or 1106508. OLE color: 1106508.
HSL color Cylindrical-coordinate representation of color #4CE210: hue angle of 102.86º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CE210 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 226 | 16 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.11 |
| HSL | 102.86º | 0.87% | 0.47% | - |
| HSV(B) | 102.86º | 0.93% | 0.89% | - |
| XYZ | 30.27 | 55.97 | 9.7 | - |
| YUV | 157.21 | 48.31 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 226 | 16 | 0.66 | 0 | 0.93 | 0.11 | 102.86 | 0.87 | 0.47 |
| Hex | 4C | E2 | 10 | 42 | 0 | 5D | B | 67 | 57 | 2F |
| Octal | 114 | 342 | 20 | 102 | 0 | 135 | 13 | 147 | 127 | 57 |
| Binary | 1001100 | 11100010 | 10000 | 1000010 | 0 | 1011101 | 1011 | 1100111 | 1010111 | 101111 |
Color Harmonies of #4CE210
Complementary color
Monochromatic Colors of #4CE210
Black with #4CE210
Text Example
Text Example
White with #4CE210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE210; }
p { color: rgb(76,226,16); }
H1.HeaderClassName
{
color: #4CE210;
}
.AnyTagClassName
{
color: #4CE210;
}
</style>
background-color css
<style>
a { background-color: #4CE210; }
a { background-color: rgb(76,226,16); }
div.DivClassName
{
background-color: #4CE210;
}
.BgClassName
{
background-color: #4CE210;
}
</style>
border-color css
<style>
span { border-color: #4CE210; }
span { border-color: rgb(76,226,16); }
td.TdClassName
{
border-color: #4CE210;
}
.TagClassName
{
border-color: #4CE210;
}
</style>