Shades of Harlequin #4EEF01
Tints of Harlequin #4EEF01
RGB
CMYK
RGB Variations
Color information
#4EEF01 (or 0x4EEF01) is known color: Harlequin. HEX triplet: 4E, EF and 01. RGB value is (78,239,1). Sum of RGB (Red+Green+Blue) = 78+239+1=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 239 (93.75% from 255 or 75.16% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEF01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEF01 is #B110FE. Grayscale: #A4A4A4. Windows color (decimal): -11604223 or 126798. OLE color: 126798.
HSL color Cylindrical-coordinate representation of color #4EEF01: hue angle of 100.59º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4EEF01 is Cyan = 0.67, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 239 | 1 | - |
| CMYK | 0.67 | 0 | 1.00 | 0.06 |
| HSL | 100.59º | 0.99% | 0.47% | - |
| HSV(B) | 100.59º | 1% | 0.94% | - |
| XYZ | 34.01 | 63.35 | 10.46 | - |
| YUV | 163.73 | 36.16 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 239 | 1 | 0.67 | 0 | 1.00 | 0.06 | 100.59 | 0.99 | 0.47 |
| Hex | 4E | EF | 1 | 43 | 0 | 64 | 6 | 65 | 63 | 2F |
| Octal | 116 | 357 | 1 | 103 | 0 | 144 | 6 | 145 | 143 | 57 |
| Binary | 1001110 | 11101111 | 1 | 1000011 | 0 | 1100100 | 110 | 1100101 | 1100011 | 101111 |
Color Harmonies of #4EEF01
Complementary color
Monochromatic Colors of #4EEF01
Black with #4EEF01
Text Example
Text Example
White with #4EEF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEF01; }
p { color: rgb(78,239,1); }
H1.HeaderClassName
{
color: #4EEF01;
}
.AnyTagClassName
{
color: #4EEF01;
}
</style>
background-color css
<style>
a { background-color: #4EEF01; }
a { background-color: rgb(78,239,1); }
div.DivClassName
{
background-color: #4EEF01;
}
.BgClassName
{
background-color: #4EEF01;
}
</style>
border-color css
<style>
span { border-color: #4EEF01; }
span { border-color: rgb(78,239,1); }
td.TdClassName
{
border-color: #4EEF01;
}
.TagClassName
{
border-color: #4EEF01;
}
</style>