Shades of Harlequin #4EED0B
Tints of Harlequin #4EED0B
RGB
CMYK
RGB Variations
Color information
#4EED0B (or 0x4EED0B) is known color: Harlequin. HEX triplet: 4E, ED and 0B. RGB value is (78,237,11). Sum of RGB (Red+Green+Blue) = 78+237+11=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 237 (92.97% from 255 or 72.70% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 237 - color contains mainly: green. Hex color #4EED0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EED0B is #B112F4. Grayscale: #A4A4A4. Windows color (decimal): -11604725 or 781646. OLE color: 781646.
HSL color Cylindrical-coordinate representation of color #4EED0B: hue angle of 102.21º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4EED0B is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 11 | - |
| CMYK | 0.67 | 0 | 0.95 | 0.07 |
| HSL | 102.21º | 0.91% | 0.49% | - |
| HSV(B) | 102.21º | 0.95% | 0.93% | - |
| XYZ | 33.49 | 62.21 | 10.56 | - |
| YUV | 163.7 | 41.82 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 11 | 0.67 | 0 | 0.95 | 0.07 | 102.21 | 0.91 | 0.49 |
| Hex | 4E | ED | B | 43 | 0 | 5F | 7 | 66 | 5B | 31 |
| Octal | 116 | 355 | 13 | 103 | 0 | 137 | 7 | 146 | 133 | 61 |
| Binary | 1001110 | 11101101 | 1011 | 1000011 | 0 | 1011111 | 111 | 1100110 | 1011011 | 110001 |
Color Harmonies of #4EED0B
Complementary color
Monochromatic Colors of #4EED0B
Black with #4EED0B
Text Example
Text Example
White with #4EED0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EED0B; }
p { color: rgb(78,237,11); }
H1.HeaderClassName
{
color: #4EED0B;
}
.AnyTagClassName
{
color: #4EED0B;
}
</style>
background-color css
<style>
a { background-color: #4EED0B; }
a { background-color: rgb(78,237,11); }
div.DivClassName
{
background-color: #4EED0B;
}
.BgClassName
{
background-color: #4EED0B;
}
</style>
border-color css
<style>
span { border-color: #4EED0B; }
span { border-color: rgb(78,237,11); }
td.TdClassName
{
border-color: #4EED0B;
}
.TagClassName
{
border-color: #4EED0B;
}
</style>