Shades of Harlequin #4EEF02
Tints of Harlequin #4EEF02
RGB
CMYK
RGB Variations
Color information
#4EEF02 (or 0x4EEF02) is known color: Harlequin. HEX triplet: 4E, EF and 02. RGB value is (78,239,2). Sum of RGB (Red+Green+Blue) = 78+239+2=319 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.45% from 319); Green value is 239 (93.75% from 255 or 74.92% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEF02 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEF02 is #B110FD. Grayscale: #A4A4A4. Windows color (decimal): -11604222 or 192334. OLE color: 192334.
HSL color Cylindrical-coordinate representation of color #4EEF02: hue angle of 100.76º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4EEF02 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 239 | 2 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.06 |
| HSL | 100.76º | 0.98% | 0.47% | - |
| HSV(B) | 100.76º | 0.99% | 0.94% | - |
| XYZ | 34.02 | 63.36 | 10.49 | - |
| YUV | 163.84 | 36.66 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 239 | 2 | 0.67 | 0 | 0.99 | 0.06 | 100.76 | 0.98 | 0.47 |
| Hex | 4E | EF | 2 | 43 | 0 | 63 | 6 | 65 | 62 | 2F |
| Octal | 116 | 357 | 2 | 103 | 0 | 143 | 6 | 145 | 142 | 57 |
| Binary | 1001110 | 11101111 | 10 | 1000011 | 0 | 1100011 | 110 | 1100101 | 1100010 | 101111 |
Color Harmonies of #4EEF02
Complementary color
Monochromatic Colors of #4EEF02
Black with #4EEF02
Text Example
Text Example
White with #4EEF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEF02; }
p { color: rgb(78,239,2); }
H1.HeaderClassName
{
color: #4EEF02;
}
.AnyTagClassName
{
color: #4EEF02;
}
</style>
background-color css
<style>
a { background-color: #4EEF02; }
a { background-color: rgb(78,239,2); }
div.DivClassName
{
background-color: #4EEF02;
}
.BgClassName
{
background-color: #4EEF02;
}
</style>
border-color css
<style>
span { border-color: #4EEF02; }
span { border-color: rgb(78,239,2); }
td.TdClassName
{
border-color: #4EEF02;
}
.TagClassName
{
border-color: #4EEF02;
}
</style>