Shades of Harlequin #4EF212
Tints of Harlequin #4EF212
RGB
CMYK
RGB Variations
Color information
#4EF212 (or 0x4EF212) is known color: Harlequin. HEX triplet: 4E, F2 and 12. RGB value is (78,242,18). Sum of RGB (Red+Green+Blue) = 78+242+18=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 242 (94.92% from 255 or 71.60% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 242 - color contains mainly: green. Hex color #4EF212 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4EF212 is #B10DED. Grayscale: #A8A8A8. Windows color (decimal): -11603438 or 1241678. OLE color: 1241678.
HSL color Cylindrical-coordinate representation of color #4EF212: hue angle of 103.93º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4EF212 is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 242 | 18 | - |
| CMYK | 0.68 | 0 | 0.93 | 0.05 |
| HSL | 103.93º | 0.9% | 0.51% | - |
| HSV(B) | 103.93º | 0.93% | 0.95% | - |
| XYZ | 35 | 65.17 | 11.31 | - |
| YUV | 167.43 | 43.67 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 242 | 18 | 0.68 | 0 | 0.93 | 0.05 | 103.93 | 0.9 | 0.51 |
| Hex | 4E | F2 | 12 | 44 | 0 | 5D | 5 | 68 | 5A | 33 |
| Octal | 116 | 362 | 22 | 104 | 0 | 135 | 5 | 150 | 132 | 63 |
| Binary | 1001110 | 11110010 | 10010 | 1000100 | 0 | 1011101 | 101 | 1101000 | 1011010 | 110011 |
Color Harmonies of #4EF212
Complementary color
Monochromatic Colors of #4EF212
Black with #4EF212
Text Example
Text Example
White with #4EF212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF212; }
p { color: rgb(78,242,18); }
H1.HeaderClassName
{
color: #4EF212;
}
.AnyTagClassName
{
color: #4EF212;
}
</style>
background-color css
<style>
a { background-color: #4EF212; }
a { background-color: rgb(78,242,18); }
div.DivClassName
{
background-color: #4EF212;
}
.BgClassName
{
background-color: #4EF212;
}
</style>
border-color css
<style>
span { border-color: #4EF212; }
span { border-color: rgb(78,242,18); }
td.TdClassName
{
border-color: #4EF212;
}
.TagClassName
{
border-color: #4EF212;
}
</style>