Shades of Harlequin #4EEF05
Tints of Harlequin #4EEF05
RGB
CMYK
RGB Variations
Color information
#4EEF05 (or 0x4EEF05) is known color: Harlequin. HEX triplet: 4E, EF and 05. RGB value is (78,239,5). Sum of RGB (Red+Green+Blue) = 78+239+5=322 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.22% from 322); Green value is 239 (93.75% from 255 or 74.22% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEF05 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEF05 is #B110FA. Grayscale: #A4A4A4. Windows color (decimal): -11604219 or 388942. OLE color: 388942.
HSL color Cylindrical-coordinate representation of color #4EEF05: hue angle of 101.28º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4EEF05 is Cyan = 0.67, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 239 | 5 | - |
| CMYK | 0.67 | 0 | 0.98 | 0.06 |
| HSL | 101.28º | 0.96% | 0.48% | - |
| HSV(B) | 101.28º | 0.98% | 0.94% | - |
| XYZ | 34.04 | 63.36 | 10.58 | - |
| YUV | 164.19 | 38.16 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 239 | 5 | 0.67 | 0 | 0.98 | 0.06 | 101.28 | 0.96 | 0.48 |
| Hex | 4E | EF | 5 | 43 | 0 | 62 | 6 | 65 | 60 | 30 |
| Octal | 116 | 357 | 5 | 103 | 0 | 142 | 6 | 145 | 140 | 60 |
| Binary | 1001110 | 11101111 | 101 | 1000011 | 0 | 1100010 | 110 | 1100101 | 1100000 | 110000 |
Color Harmonies of #4EEF05
Complementary color
Monochromatic Colors of #4EEF05
Black with #4EEF05
Text Example
Text Example
White with #4EEF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEF05; }
p { color: rgb(78,239,5); }
H1.HeaderClassName
{
color: #4EEF05;
}
.AnyTagClassName
{
color: #4EEF05;
}
</style>
background-color css
<style>
a { background-color: #4EEF05; }
a { background-color: rgb(78,239,5); }
div.DivClassName
{
background-color: #4EEF05;
}
.BgClassName
{
background-color: #4EEF05;
}
</style>
border-color css
<style>
span { border-color: #4EEF05; }
span { border-color: rgb(78,239,5); }
td.TdClassName
{
border-color: #4EEF05;
}
.TagClassName
{
border-color: #4EEF05;
}
</style>