Shades of Harlequin #4EEF03
Tints of Harlequin #4EEF03
RGB
CMYK
RGB Variations
Color information
#4EEF03 (or 0x4EEF03) is known color: Harlequin. HEX triplet: 4E, EF and 03. RGB value is (78,239,3). Sum of RGB (Red+Green+Blue) = 78+239+3=320 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.38% from 320); Green value is 239 (93.75% from 255 or 74.69% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 239 - color contains mainly: green. Hex color #4EEF03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEF03 is #B110FC. Grayscale: #A4A4A4. Windows color (decimal): -11604221 or 257870. OLE color: 257870.
HSL color Cylindrical-coordinate representation of color #4EEF03: hue angle of 100.93º 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 #4EEF03 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 239 | 3 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.06 |
| HSL | 100.93º | 0.98% | 0.47% | - |
| HSV(B) | 100.93º | 0.99% | 0.94% | - |
| XYZ | 34.02 | 63.36 | 10.52 | - |
| YUV | 163.96 | 37.16 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 239 | 3 | 0.67 | 0 | 0.99 | 0.06 | 100.93 | 0.98 | 0.47 |
| Hex | 4E | EF | 3 | 43 | 0 | 63 | 6 | 65 | 62 | 2F |
| Octal | 116 | 357 | 3 | 103 | 0 | 143 | 6 | 145 | 142 | 57 |
| Binary | 1001110 | 11101111 | 11 | 1000011 | 0 | 1100011 | 110 | 1100101 | 1100010 | 101111 |
Color Harmonies of #4EEF03
Complementary color
Monochromatic Colors of #4EEF03
Black with #4EEF03
Text Example
Text Example
White with #4EEF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEF03; }
p { color: rgb(78,239,3); }
H1.HeaderClassName
{
color: #4EEF03;
}
.AnyTagClassName
{
color: #4EEF03;
}
</style>
background-color css
<style>
a { background-color: #4EEF03; }
a { background-color: rgb(78,239,3); }
div.DivClassName
{
background-color: #4EEF03;
}
.BgClassName
{
background-color: #4EEF03;
}
</style>
border-color css
<style>
span { border-color: #4EEF03; }
span { border-color: rgb(78,239,3); }
td.TdClassName
{
border-color: #4EEF03;
}
.TagClassName
{
border-color: #4EEF03;
}
</style>