Shades of Harlequin #4EF218
Tints of Harlequin #4EF218
RGB
CMYK
RGB Variations
Color information
#4EF218 (or 0x4EF218) is known color: Harlequin. HEX triplet: 4E, F2 and 18. RGB value is (78,242,24). Sum of RGB (Red+Green+Blue) = 78+242+24=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 242 (94.92% from 255 or 70.35% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 242 - color contains mainly: green. Hex color #4EF218 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EF218 is #B10DE7. Grayscale: #A8A8A8. Windows color (decimal): -11603432 or 1634894. OLE color: 1634894.
HSL color Cylindrical-coordinate representation of color #4EF218: hue angle of 105.14º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4EF218 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 242 | 24 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.05 |
| HSL | 105.14º | 0.89% | 0.52% | - |
| HSV(B) | 105.14º | 0.9% | 0.95% | - |
| XYZ | 35.06 | 65.19 | 11.6 | - |
| YUV | 168.11 | 46.67 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 242 | 24 | 0.68 | 0 | 0.90 | 0.05 | 105.14 | 0.89 | 0.52 |
| Hex | 4E | F2 | 18 | 44 | 0 | 5A | 5 | 69 | 59 | 34 |
| Octal | 116 | 362 | 30 | 104 | 0 | 132 | 5 | 151 | 131 | 64 |
| Binary | 1001110 | 11110010 | 11000 | 1000100 | 0 | 1011010 | 101 | 1101001 | 1011001 | 110100 |
Color Harmonies of #4EF218
Complementary color
Monochromatic Colors of #4EF218
Black with #4EF218
Text Example
Text Example
White with #4EF218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF218; }
p { color: rgb(78,242,24); }
H1.HeaderClassName
{
color: #4EF218;
}
.AnyTagClassName
{
color: #4EF218;
}
</style>
background-color css
<style>
a { background-color: #4EF218; }
a { background-color: rgb(78,242,24); }
div.DivClassName
{
background-color: #4EF218;
}
.BgClassName
{
background-color: #4EF218;
}
</style>
border-color css
<style>
span { border-color: #4EF218; }
span { border-color: rgb(78,242,24); }
td.TdClassName
{
border-color: #4EF218;
}
.TagClassName
{
border-color: #4EF218;
}
</style>