Shades of Harlequin #4CE815
Tints of Harlequin #4CE815
RGB
CMYK
RGB Variations
Color information
#4CE815 (or 0x4CE815) is known color: Harlequin. HEX triplet: 4C, E8 and 15. RGB value is (76,232,21). Sum of RGB (Red+Green+Blue) = 76+232+21=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 232 (91.02% from 255 or 70.52% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 232 - color contains mainly: green. Hex color #4CE815 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CE815 is #B317EA. Grayscale: #A1A1A1. Windows color (decimal): -11737067 or 1435724. OLE color: 1435724.
HSL color Cylindrical-coordinate representation of color #4CE815: hue angle of 104.36º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4CE815 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 232 | 21 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.09 |
| HSL | 104.36º | 0.83% | 0.5% | - |
| HSV(B) | 104.36º | 0.91% | 0.91% | - |
| XYZ | 31.97 | 59.3 | 10.47 | - |
| YUV | 161.3 | 48.82 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 232 | 21 | 0.67 | 0 | 0.91 | 0.09 | 104.36 | 0.83 | 0.5 |
| Hex | 4C | E8 | 15 | 43 | 0 | 5B | 9 | 68 | 53 | 32 |
| Octal | 114 | 350 | 25 | 103 | 0 | 133 | 11 | 150 | 123 | 62 |
| Binary | 1001100 | 11101000 | 10101 | 1000011 | 0 | 1011011 | 1001 | 1101000 | 1010011 | 110010 |
Color Harmonies of #4CE815
Complementary color
Monochromatic Colors of #4CE815
Black with #4CE815
Text Example
Text Example
White with #4CE815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE815; }
p { color: rgb(76,232,21); }
H1.HeaderClassName
{
color: #4CE815;
}
.AnyTagClassName
{
color: #4CE815;
}
</style>
background-color css
<style>
a { background-color: #4CE815; }
a { background-color: rgb(76,232,21); }
div.DivClassName
{
background-color: #4CE815;
}
.BgClassName
{
background-color: #4CE815;
}
</style>
border-color css
<style>
span { border-color: #4CE815; }
span { border-color: rgb(76,232,21); }
td.TdClassName
{
border-color: #4CE815;
}
.TagClassName
{
border-color: #4CE815;
}
</style>