Shades of Harlequin #4EEE12
Tints of Harlequin #4EEE12
RGB
CMYK
RGB Variations
Color information
#4EEE12 (or 0x4EEE12) is known color: Harlequin. HEX triplet: 4E, EE and 12. RGB value is (78,238,18). Sum of RGB (Red+Green+Blue) = 78+238+18=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 238 (93.36% from 255 or 71.26% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEE12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEE12 is #B111ED. Grayscale: #A5A5A5. Windows color (decimal): -11604462 or 1240654. OLE color: 1240654.
HSL color Cylindrical-coordinate representation of color #4EEE12: hue angle of 103.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4EEE12 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 238 | 18 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.07 |
| HSL | 103.64º | 0.87% | 0.5% | - |
| HSV(B) | 103.64º | 0.92% | 0.93% | - |
| XYZ | 33.83 | 62.81 | 10.91 | - |
| YUV | 165.08 | 44.99 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 238 | 18 | 0.67 | 0 | 0.92 | 0.07 | 103.64 | 0.87 | 0.5 |
| Hex | 4E | EE | 12 | 43 | 0 | 5C | 7 | 68 | 57 | 32 |
| Octal | 116 | 356 | 22 | 103 | 0 | 134 | 7 | 150 | 127 | 62 |
| Binary | 1001110 | 11101110 | 10010 | 1000011 | 0 | 1011100 | 111 | 1101000 | 1010111 | 110010 |
Color Harmonies of #4EEE12
Complementary color
Monochromatic Colors of #4EEE12
Black with #4EEE12
Text Example
Text Example
White with #4EEE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEE12; }
p { color: rgb(78,238,18); }
H1.HeaderClassName
{
color: #4EEE12;
}
.AnyTagClassName
{
color: #4EEE12;
}
</style>
background-color css
<style>
a { background-color: #4EEE12; }
a { background-color: rgb(78,238,18); }
div.DivClassName
{
background-color: #4EEE12;
}
.BgClassName
{
background-color: #4EEE12;
}
</style>
border-color css
<style>
span { border-color: #4EEE12; }
span { border-color: rgb(78,238,18); }
td.TdClassName
{
border-color: #4EEE12;
}
.TagClassName
{
border-color: #4EEE12;
}
</style>