Shades of Harlequin #4CE516
Tints of Harlequin #4CE516
RGB
CMYK
RGB Variations
Color information
#4CE516 (or 0x4CE516) is known color: Harlequin. HEX triplet: 4C, E5 and 16. RGB value is (76,229,22). Sum of RGB (Red+Green+Blue) = 76+229+22=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 229 (89.84% from 255 or 70.03% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 229 - color contains mainly: green. Hex color #4CE516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CE516 is #B31AE9. Grayscale: #A0A0A0. Windows color (decimal): -11737834 or 1500492. OLE color: 1500492.
HSL color Cylindrical-coordinate representation of color #4CE516: hue angle of 104.35º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4CE516 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 229 | 22 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.10 |
| HSL | 104.35º | 0.82% | 0.49% | - |
| HSV(B) | 104.35º | 0.9% | 0.9% | - |
| XYZ | 31.14 | 57.63 | 10.24 | - |
| YUV | 159.66 | 50.31 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 229 | 22 | 0.67 | 0 | 0.90 | 0.10 | 104.35 | 0.82 | 0.49 |
| Hex | 4C | E5 | 16 | 43 | 0 | 5A | A | 68 | 52 | 31 |
| Octal | 114 | 345 | 26 | 103 | 0 | 132 | 12 | 150 | 122 | 61 |
| Binary | 1001100 | 11100101 | 10110 | 1000011 | 0 | 1011010 | 1010 | 1101000 | 1010010 | 110001 |
Color Harmonies of #4CE516
Complementary color
Monochromatic Colors of #4CE516
Black with #4CE516
Text Example
Text Example
White with #4CE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE516; }
p { color: rgb(76,229,22); }
H1.HeaderClassName
{
color: #4CE516;
}
.AnyTagClassName
{
color: #4CE516;
}
</style>
background-color css
<style>
a { background-color: #4CE516; }
a { background-color: rgb(76,229,22); }
div.DivClassName
{
background-color: #4CE516;
}
.BgClassName
{
background-color: #4CE516;
}
</style>
border-color css
<style>
span { border-color: #4CE516; }
span { border-color: rgb(76,229,22); }
td.TdClassName
{
border-color: #4CE516;
}
.TagClassName
{
border-color: #4CE516;
}
</style>