Shades of Harlequin #4EED11
Tints of Harlequin #4EED11
RGB
CMYK
RGB Variations
Color information
#4EED11 (or 0x4EED11) is known color: Harlequin. HEX triplet: 4E, ED and 11. RGB value is (78,237,17). Sum of RGB (Red+Green+Blue) = 78+237+17=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 237 (92.97% from 255 or 71.39% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 237 - color contains mainly: green. Hex color #4EED11 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EED11 is #B112EE. Grayscale: #A5A5A5. Windows color (decimal): -11604719 or 1174862. OLE color: 1174862.
HSL color Cylindrical-coordinate representation of color #4EED11: hue angle of 103.36º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4EED11 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 17 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.07 |
| HSL | 103.36º | 0.87% | 0.5% | - |
| HSV(B) | 103.36º | 0.93% | 0.93% | - |
| XYZ | 33.53 | 62.23 | 10.77 | - |
| YUV | 164.38 | 44.82 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 17 | 0.67 | 0 | 0.93 | 0.07 | 103.36 | 0.87 | 0.5 |
| Hex | 4E | ED | 11 | 43 | 0 | 5D | 7 | 67 | 57 | 32 |
| Octal | 116 | 355 | 21 | 103 | 0 | 135 | 7 | 147 | 127 | 62 |
| Binary | 1001110 | 11101101 | 10001 | 1000011 | 0 | 1011101 | 111 | 1100111 | 1010111 | 110010 |
Color Harmonies of #4EED11
Complementary color
Monochromatic Colors of #4EED11
Black with #4EED11
Text Example
Text Example
White with #4EED11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EED11; }
p { color: rgb(78,237,17); }
H1.HeaderClassName
{
color: #4EED11;
}
.AnyTagClassName
{
color: #4EED11;
}
</style>
background-color css
<style>
a { background-color: #4EED11; }
a { background-color: rgb(78,237,17); }
div.DivClassName
{
background-color: #4EED11;
}
.BgClassName
{
background-color: #4EED11;
}
</style>
border-color css
<style>
span { border-color: #4EED11; }
span { border-color: rgb(78,237,17); }
td.TdClassName
{
border-color: #4EED11;
}
.TagClassName
{
border-color: #4EED11;
}
</style>