Shades of Harlequin #4CE520
Tints of Harlequin #4CE520
RGB
CMYK
RGB Variations
Color information
#4CE520 (or 0x4CE520) is known color: Harlequin. HEX triplet: 4C, E5 and 20. RGB value is (76,229,32). Sum of RGB (Red+Green+Blue) = 76+229+32=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 229 (89.84% from 255 or 67.95% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 229 - color contains mainly: green. Hex color #4CE520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE520 is #B31ADF. Grayscale: #A1A1A1. Windows color (decimal): -11737824 or 2155852. OLE color: 2155852.
HSL color Cylindrical-coordinate representation of color #4CE520: hue angle of 106.6º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4CE520 is Cyan = 0.67, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 229 | 32 | - |
| CMYK | 0.67 | 0 | 0.86 | 0.10 |
| HSL | 106.6º | 0.79% | 0.51% | - |
| HSV(B) | 106.6º | 0.86% | 0.9% | - |
| XYZ | 31.26 | 57.68 | 10.85 | - |
| YUV | 160.8 | 55.31 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 229 | 32 | 0.67 | 0 | 0.86 | 0.10 | 106.6 | 0.79 | 0.51 |
| Hex | 4C | E5 | 20 | 43 | 0 | 56 | A | 6B | 4F | 33 |
| Octal | 114 | 345 | 40 | 103 | 0 | 126 | 12 | 153 | 117 | 63 |
| Binary | 1001100 | 11100101 | 100000 | 1000011 | 0 | 1010110 | 1010 | 1101011 | 1001111 | 110011 |
Color Harmonies of #4CE520
Complementary color
Monochromatic Colors of #4CE520
Black with #4CE520
Text Example
Text Example
White with #4CE520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE520; }
p { color: rgb(76,229,32); }
H1.HeaderClassName
{
color: #4CE520;
}
.AnyTagClassName
{
color: #4CE520;
}
</style>
background-color css
<style>
a { background-color: #4CE520; }
a { background-color: rgb(76,229,32); }
div.DivClassName
{
background-color: #4CE520;
}
.BgClassName
{
background-color: #4CE520;
}
</style>
border-color css
<style>
span { border-color: #4CE520; }
span { border-color: rgb(76,229,32); }
td.TdClassName
{
border-color: #4CE520;
}
.TagClassName
{
border-color: #4CE520;
}
</style>