Shades of Harlequin #4CEA14
Tints of Harlequin #4CEA14
RGB
CMYK
RGB Variations
Color information
#4CEA14 (or 0x4CEA14) is known color: Harlequin. HEX triplet: 4C, EA and 14. RGB value is (76,234,20). Sum of RGB (Red+Green+Blue) = 76+234+20=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 234 (91.80% from 255 or 70.91% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEA14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEA14 is #B315EB. Grayscale: #A3A3A3. Windows color (decimal): -11736556 or 1370700. OLE color: 1370700.
HSL color Cylindrical-coordinate representation of color #4CEA14: hue angle of 104.3º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4CEA14 is Cyan = 0.68, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 234 | 20 | - |
| CMYK | 0.68 | 0 | 0.91 | 0.08 |
| HSL | 104.3º | 0.84% | 0.5% | - |
| HSV(B) | 104.3º | 0.91% | 0.92% | - |
| XYZ | 32.53 | 60.43 | 10.61 | - |
| YUV | 162.36 | 47.65 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 234 | 20 | 0.68 | 0 | 0.91 | 0.08 | 104.3 | 0.84 | 0.5 |
| Hex | 4C | EA | 14 | 44 | 0 | 5B | 8 | 68 | 54 | 32 |
| Octal | 114 | 352 | 24 | 104 | 0 | 133 | 10 | 150 | 124 | 62 |
| Binary | 1001100 | 11101010 | 10100 | 1000100 | 0 | 1011011 | 1000 | 1101000 | 1010100 | 110010 |
Color Harmonies of #4CEA14
Complementary color
Monochromatic Colors of #4CEA14
Black with #4CEA14
Text Example
Text Example
White with #4CEA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEA14; }
p { color: rgb(76,234,20); }
H1.HeaderClassName
{
color: #4CEA14;
}
.AnyTagClassName
{
color: #4CEA14;
}
</style>
background-color css
<style>
a { background-color: #4CEA14; }
a { background-color: rgb(76,234,20); }
div.DivClassName
{
background-color: #4CEA14;
}
.BgClassName
{
background-color: #4CEA14;
}
</style>
border-color css
<style>
span { border-color: #4CEA14; }
span { border-color: rgb(76,234,20); }
td.TdClassName
{
border-color: #4CEA14;
}
.TagClassName
{
border-color: #4CEA14;
}
</style>