Shades of Harlequin #4EF121
Tints of Harlequin #4EF121
RGB
CMYK
RGB Variations
Color information
#4EF121 (or 0x4EF121) is known color: Harlequin. HEX triplet: 4E, F1 and 21. RGB value is (78,241,33). Sum of RGB (Red+Green+Blue) = 78+241+33=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 241 (94.53% from 255 or 68.47% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 241 - color contains mainly: green. Hex color #4EF121 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EF121 is #B10EDE. Grayscale: #A9A9A9. Windows color (decimal): -11603679 or 2224462. OLE color: 2224462.
HSL color Cylindrical-coordinate representation of color #4EF121: hue angle of 107.02º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4EF121 is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 241 | 33 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.05 |
| HSL | 107.02º | 0.88% | 0.54% | - |
| HSV(B) | 107.02º | 0.86% | 0.95% | - |
| XYZ | 34.87 | 64.64 | 12.08 | - |
| YUV | 168.55 | 51.5 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 241 | 33 | 0.68 | 0 | 0.86 | 0.05 | 107.02 | 0.88 | 0.54 |
| Hex | 4E | F1 | 21 | 44 | 0 | 56 | 5 | 6B | 58 | 36 |
| Octal | 116 | 361 | 41 | 104 | 0 | 126 | 5 | 153 | 130 | 66 |
| Binary | 1001110 | 11110001 | 100001 | 1000100 | 0 | 1010110 | 101 | 1101011 | 1011000 | 110110 |
Color Harmonies of #4EF121
Complementary color
Monochromatic Colors of #4EF121
Black with #4EF121
Text Example
Text Example
White with #4EF121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF121; }
p { color: rgb(78,241,33); }
H1.HeaderClassName
{
color: #4EF121;
}
.AnyTagClassName
{
color: #4EF121;
}
</style>
background-color css
<style>
a { background-color: #4EF121; }
a { background-color: rgb(78,241,33); }
div.DivClassName
{
background-color: #4EF121;
}
.BgClassName
{
background-color: #4EF121;
}
</style>
border-color css
<style>
span { border-color: #4EF121; }
span { border-color: rgb(78,241,33); }
td.TdClassName
{
border-color: #4EF121;
}
.TagClassName
{
border-color: #4EF121;
}
</style>