Shades of Harlequin #4EE918
Tints of Harlequin #4EE918
RGB
CMYK
RGB Variations
Color information
#4EE918 (or 0x4EE918) is known color: Harlequin. HEX triplet: 4E, E9 and 18. RGB value is (78,233,24). Sum of RGB (Red+Green+Blue) = 78+233+24=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 233 (91.41% from 255 or 69.55% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 233 - color contains mainly: green. Hex color #4EE918 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EE918 is #B116E7. Grayscale: #A3A3A3. Windows color (decimal): -11605736 or 1632590. OLE color: 1632590.
HSL color Cylindrical-coordinate representation of color #4EE918: hue angle of 104.5º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4EE918 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 233 | 24 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.09 |
| HSL | 104.5º | 0.83% | 0.5% | - |
| HSV(B) | 104.5º | 0.9% | 0.91% | - |
| XYZ | 32.45 | 59.96 | 10.73 | - |
| YUV | 162.83 | 49.65 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 233 | 24 | 0.67 | 0 | 0.90 | 0.09 | 104.5 | 0.83 | 0.5 |
| Hex | 4E | E9 | 18 | 43 | 0 | 5A | 9 | 68 | 53 | 32 |
| Octal | 116 | 351 | 30 | 103 | 0 | 132 | 11 | 150 | 123 | 62 |
| Binary | 1001110 | 11101001 | 11000 | 1000011 | 0 | 1011010 | 1001 | 1101000 | 1010011 | 110010 |
Color Harmonies of #4EE918
Complementary color
Monochromatic Colors of #4EE918
Black with #4EE918
Text Example
Text Example
White with #4EE918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE918; }
p { color: rgb(78,233,24); }
H1.HeaderClassName
{
color: #4EE918;
}
.AnyTagClassName
{
color: #4EE918;
}
</style>
background-color css
<style>
a { background-color: #4EE918; }
a { background-color: rgb(78,233,24); }
div.DivClassName
{
background-color: #4EE918;
}
.BgClassName
{
background-color: #4EE918;
}
</style>
border-color css
<style>
span { border-color: #4EE918; }
span { border-color: rgb(78,233,24); }
td.TdClassName
{
border-color: #4EE918;
}
.TagClassName
{
border-color: #4EE918;
}
</style>