Shades of Harlequin #4EEF12
Tints of Harlequin #4EEF12
RGB
CMYK
RGB Variations
Color information
#4EEF12 (or 0x4EEF12) is known color: Harlequin. HEX triplet: 4E, EF and 12. RGB value is (78,239,18). Sum of RGB (Red+Green+Blue) = 78+239+18=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 239 (93.75% from 255 or 71.34% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEF12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEF12 is #B110ED. Grayscale: #A6A6A6. Windows color (decimal): -11604206 or 1240910. OLE color: 1240910.
HSL color Cylindrical-coordinate representation of color #4EEF12: hue angle of 103.71º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4EEF12 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 239 | 18 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.06 |
| HSL | 103.71º | 0.87% | 0.5% | - |
| HSV(B) | 103.71º | 0.92% | 0.94% | - |
| XYZ | 34.12 | 63.4 | 11.01 | - |
| YUV | 165.67 | 44.66 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 239 | 18 | 0.67 | 0 | 0.92 | 0.06 | 103.71 | 0.87 | 0.5 |
| Hex | 4E | EF | 12 | 43 | 0 | 5C | 6 | 68 | 57 | 32 |
| Octal | 116 | 357 | 22 | 103 | 0 | 134 | 6 | 150 | 127 | 62 |
| Binary | 1001110 | 11101111 | 10010 | 1000011 | 0 | 1011100 | 110 | 1101000 | 1010111 | 110010 |
Color Harmonies of #4EEF12
Complementary color
Monochromatic Colors of #4EEF12
Black with #4EEF12
Text Example
Text Example
White with #4EEF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEF12; }
p { color: rgb(78,239,18); }
H1.HeaderClassName
{
color: #4EEF12;
}
.AnyTagClassName
{
color: #4EEF12;
}
</style>
background-color css
<style>
a { background-color: #4EEF12; }
a { background-color: rgb(78,239,18); }
div.DivClassName
{
background-color: #4EEF12;
}
.BgClassName
{
background-color: #4EEF12;
}
</style>
border-color css
<style>
span { border-color: #4EEF12; }
span { border-color: rgb(78,239,18); }
td.TdClassName
{
border-color: #4EEF12;
}
.TagClassName
{
border-color: #4EEF12;
}
</style>