Shades of Harlequin #4EEB0A
Tints of Harlequin #4EEB0A
RGB
CMYK
RGB Variations
Color information
#4EEB0A (or 0x4EEB0A) is known color: Harlequin. HEX triplet: 4E, EB and 0A. RGB value is (78,235,10). Sum of RGB (Red+Green+Blue) = 78+235+10=323 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.15% from 323); Green value is 235 (92.19% from 255 or 72.76% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 235 - color contains mainly: green. Hex color #4EEB0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EEB0A is #B114F5. Grayscale: #A3A3A3. Windows color (decimal): -11605238 or 715598. OLE color: 715598.
HSL color Cylindrical-coordinate representation of color #4EEB0A: hue angle of 101.87º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4EEB0A is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 235 | 10 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.08 |
| HSL | 101.87º | 0.92% | 0.48% | - |
| HSV(B) | 101.87º | 0.96% | 0.92% | - |
| XYZ | 32.91 | 61.06 | 10.34 | - |
| YUV | 162.41 | 41.99 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 235 | 10 | 0.67 | 0 | 0.96 | 0.08 | 101.87 | 0.92 | 0.48 |
| Hex | 4E | EB | A | 43 | 0 | 60 | 8 | 66 | 5C | 30 |
| Octal | 116 | 353 | 12 | 103 | 0 | 140 | 10 | 146 | 134 | 60 |
| Binary | 1001110 | 11101011 | 1010 | 1000011 | 0 | 1100000 | 1000 | 1100110 | 1011100 | 110000 |
Color Harmonies of #4EEB0A
Complementary color
Monochromatic Colors of #4EEB0A
Black with #4EEB0A
Text Example
Text Example
White with #4EEB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEB0A; }
p { color: rgb(78,235,10); }
H1.HeaderClassName
{
color: #4EEB0A;
}
.AnyTagClassName
{
color: #4EEB0A;
}
</style>
background-color css
<style>
a { background-color: #4EEB0A; }
a { background-color: rgb(78,235,10); }
div.DivClassName
{
background-color: #4EEB0A;
}
.BgClassName
{
background-color: #4EEB0A;
}
</style>
border-color css
<style>
span { border-color: #4EEB0A; }
span { border-color: rgb(78,235,10); }
td.TdClassName
{
border-color: #4EEB0A;
}
.TagClassName
{
border-color: #4EEB0A;
}
</style>