Shades of Harlequin #4CE410
Tints of Harlequin #4CE410
RGB
CMYK
RGB Variations
Color information
#4CE410 (or 0x4CE410) is known color: Harlequin. HEX triplet: 4C, E4 and 10. RGB value is (76,228,16). Sum of RGB (Red+Green+Blue) = 76+228+16=320 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.75% from 320); Green value is 228 (89.45% from 255 or 71.25% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 228 - color contains mainly: green. Hex color #4CE410 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CE410 is #B31BEF. Grayscale: #9F9F9F. Windows color (decimal): -11738096 or 1107020. OLE color: 1107020.
HSL color Cylindrical-coordinate representation of color #4CE410: hue angle of 103.02º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4CE410 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 228 | 16 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.11 |
| HSL | 103.02º | 0.87% | 0.48% | - |
| HSV(B) | 103.02º | 0.93% | 0.89% | - |
| XYZ | 30.82 | 57.06 | 9.88 | - |
| YUV | 158.38 | 47.64 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 228 | 16 | 0.67 | 0 | 0.93 | 0.11 | 103.02 | 0.87 | 0.48 |
| Hex | 4C | E4 | 10 | 43 | 0 | 5D | B | 67 | 57 | 30 |
| Octal | 114 | 344 | 20 | 103 | 0 | 135 | 13 | 147 | 127 | 60 |
| Binary | 1001100 | 11100100 | 10000 | 1000011 | 0 | 1011101 | 1011 | 1100111 | 1010111 | 110000 |
Color Harmonies of #4CE410
Complementary color
Monochromatic Colors of #4CE410
Black with #4CE410
Text Example
Text Example
White with #4CE410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE410; }
p { color: rgb(76,228,16); }
H1.HeaderClassName
{
color: #4CE410;
}
.AnyTagClassName
{
color: #4CE410;
}
</style>
background-color css
<style>
a { background-color: #4CE410; }
a { background-color: rgb(76,228,16); }
div.DivClassName
{
background-color: #4CE410;
}
.BgClassName
{
background-color: #4CE410;
}
</style>
border-color css
<style>
span { border-color: #4CE410; }
span { border-color: rgb(76,228,16); }
td.TdClassName
{
border-color: #4CE410;
}
.TagClassName
{
border-color: #4CE410;
}
</style>