Shades of Harlequin #4EF226
Tints of Harlequin #4EF226
RGB
CMYK
RGB Variations
Color information
#4EF226 (or 0x4EF226) is known color: Harlequin. HEX triplet: 4E, F2 and 26. RGB value is (78,242,38). Sum of RGB (Red+Green+Blue) = 78+242+38=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 242 (94.92% from 255 or 67.60% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 242 - color contains mainly: green. Hex color #4EF226 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EF226 is #B10DD9. Grayscale: #AAAAAA. Windows color (decimal): -11603418 or 2552398. OLE color: 2552398.
HSL color Cylindrical-coordinate representation of color #4EF226: hue angle of 108.24º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4EF226 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 242 | 38 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.05 |
| HSL | 108.24º | 0.89% | 0.55% | - |
| HSV(B) | 108.24º | 0.84% | 0.95% | - |
| XYZ | 35.24 | 65.26 | 12.57 | - |
| YUV | 169.71 | 53.67 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 242 | 38 | 0.68 | 0 | 0.84 | 0.05 | 108.24 | 0.89 | 0.55 |
| Hex | 4E | F2 | 26 | 44 | 0 | 54 | 5 | 6C | 59 | 37 |
| Octal | 116 | 362 | 46 | 104 | 0 | 124 | 5 | 154 | 131 | 67 |
| Binary | 1001110 | 11110010 | 100110 | 1000100 | 0 | 1010100 | 101 | 1101100 | 1011001 | 110111 |
Color Harmonies of #4EF226
Complementary color
Monochromatic Colors of #4EF226
Black with #4EF226
Text Example
Text Example
White with #4EF226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF226; }
p { color: rgb(78,242,38); }
H1.HeaderClassName
{
color: #4EF226;
}
.AnyTagClassName
{
color: #4EF226;
}
</style>
background-color css
<style>
a { background-color: #4EF226; }
a { background-color: rgb(78,242,38); }
div.DivClassName
{
background-color: #4EF226;
}
.BgClassName
{
background-color: #4EF226;
}
</style>
border-color css
<style>
span { border-color: #4EF226; }
span { border-color: rgb(78,242,38); }
td.TdClassName
{
border-color: #4EF226;
}
.TagClassName
{
border-color: #4EF226;
}
</style>