Shades of Harlequin #4CEF14
Tints of Harlequin #4CEF14
RGB
CMYK
RGB Variations
Color information
#4CEF14 (or 0x4CEF14) is known color: Harlequin. HEX triplet: 4C, EF and 14. RGB value is (76,239,20). Sum of RGB (Red+Green+Blue) = 76+239+20=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 239 (93.75% from 255 or 71.34% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEF14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4CEF14 is #B310EB. Grayscale: #A6A6A6. Windows color (decimal): -11735276 or 1371980. OLE color: 1371980.
HSL color Cylindrical-coordinate representation of color #4CEF14: hue angle of 104.66º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4CEF14 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 239 | 20 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.06 |
| HSL | 104.66º | 0.87% | 0.51% | - |
| HSV(B) | 104.66º | 0.92% | 0.94% | - |
| XYZ | 33.97 | 63.32 | 11.09 | - |
| YUV | 165.3 | 46 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 239 | 20 | 0.68 | 0 | 0.92 | 0.06 | 104.66 | 0.87 | 0.51 |
| Hex | 4C | EF | 14 | 44 | 0 | 5C | 6 | 69 | 57 | 33 |
| Octal | 114 | 357 | 24 | 104 | 0 | 134 | 6 | 151 | 127 | 63 |
| Binary | 1001100 | 11101111 | 10100 | 1000100 | 0 | 1011100 | 110 | 1101001 | 1010111 | 110011 |
Color Harmonies of #4CEF14
Complementary color
Monochromatic Colors of #4CEF14
Black with #4CEF14
Text Example
Text Example
White with #4CEF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEF14; }
p { color: rgb(76,239,20); }
H1.HeaderClassName
{
color: #4CEF14;
}
.AnyTagClassName
{
color: #4CEF14;
}
</style>
background-color css
<style>
a { background-color: #4CEF14; }
a { background-color: rgb(76,239,20); }
div.DivClassName
{
background-color: #4CEF14;
}
.BgClassName
{
background-color: #4CEF14;
}
</style>
border-color css
<style>
span { border-color: #4CEF14; }
span { border-color: rgb(76,239,20); }
td.TdClassName
{
border-color: #4CEF14;
}
.TagClassName
{
border-color: #4CEF14;
}
</style>