Shades of Harlequin #4CEC19
Tints of Harlequin #4CEC19
RGB
CMYK
RGB Variations
Color information
#4CEC19 (or 0x4CEC19) is known color: Harlequin. HEX triplet: 4C, EC and 19. RGB value is (76,236,25). Sum of RGB (Red+Green+Blue) = 76+236+25=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 236 (92.58% from 255 or 70.03% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 236 - color contains mainly: green. Hex color #4CEC19 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEC19 is #B313E6. Grayscale: #A4A4A4. Windows color (decimal): -11736039 or 1698892. OLE color: 1698892.
HSL color Cylindrical-coordinate representation of color #4CEC19: hue angle of 105.5º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4CEC19 is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 236 | 25 | - |
| CMYK | 0.68 | 0 | 0.89 | 0.07 |
| HSL | 105.5º | 0.85% | 0.51% | - |
| HSV(B) | 105.5º | 0.89% | 0.93% | - |
| XYZ | 33.15 | 61.6 | 11.06 | - |
| YUV | 164.11 | 49.49 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 236 | 25 | 0.68 | 0 | 0.89 | 0.07 | 105.5 | 0.85 | 0.51 |
| Hex | 4C | EC | 19 | 44 | 0 | 59 | 7 | 69 | 55 | 33 |
| Octal | 114 | 354 | 31 | 104 | 0 | 131 | 7 | 151 | 125 | 63 |
| Binary | 1001100 | 11101100 | 11001 | 1000100 | 0 | 1011001 | 111 | 1101001 | 1010101 | 110011 |
Color Harmonies of #4CEC19
Complementary color
Monochromatic Colors of #4CEC19
Black with #4CEC19
Text Example
Text Example
White with #4CEC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEC19; }
p { color: rgb(76,236,25); }
H1.HeaderClassName
{
color: #4CEC19;
}
.AnyTagClassName
{
color: #4CEC19;
}
</style>
background-color css
<style>
a { background-color: #4CEC19; }
a { background-color: rgb(76,236,25); }
div.DivClassName
{
background-color: #4CEC19;
}
.BgClassName
{
background-color: #4CEC19;
}
</style>
border-color css
<style>
span { border-color: #4CEC19; }
span { border-color: rgb(76,236,25); }
td.TdClassName
{
border-color: #4CEC19;
}
.TagClassName
{
border-color: #4CEC19;
}
</style>