Shades of Harlequin #4EE81A
Tints of Harlequin #4EE81A
RGB
CMYK
RGB Variations
Color information
#4EE81A (or 0x4EE81A) is known color: Harlequin. HEX triplet: 4E, E8 and 1A. RGB value is (78,232,26). Sum of RGB (Red+Green+Blue) = 78+232+26=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 232 (91.02% from 255 or 69.05% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 232 - color contains mainly: green. Hex color #4EE81A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EE81A is #B117E5. Grayscale: #A3A3A3. Windows color (decimal): -11605990 or 1763406. OLE color: 1763406.
HSL color Cylindrical-coordinate representation of color #4EE81A: hue angle of 104.85º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4EE81A is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 232 | 26 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.09 |
| HSL | 104.85º | 0.82% | 0.51% | - |
| HSV(B) | 104.85º | 0.89% | 0.91% | - |
| XYZ | 32.18 | 59.41 | 10.75 | - |
| YUV | 162.47 | 50.98 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 232 | 26 | 0.66 | 0 | 0.89 | 0.09 | 104.85 | 0.82 | 0.51 |
| Hex | 4E | E8 | 1A | 42 | 0 | 59 | 9 | 69 | 52 | 33 |
| Octal | 116 | 350 | 32 | 102 | 0 | 131 | 11 | 151 | 122 | 63 |
| Binary | 1001110 | 11101000 | 11010 | 1000010 | 0 | 1011001 | 1001 | 1101001 | 1010010 | 110011 |
Color Harmonies of #4EE81A
Complementary color
Monochromatic Colors of #4EE81A
Black with #4EE81A
Text Example
Text Example
White with #4EE81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE81A; }
p { color: rgb(78,232,26); }
H1.HeaderClassName
{
color: #4EE81A;
}
.AnyTagClassName
{
color: #4EE81A;
}
</style>
background-color css
<style>
a { background-color: #4EE81A; }
a { background-color: rgb(78,232,26); }
div.DivClassName
{
background-color: #4EE81A;
}
.BgClassName
{
background-color: #4EE81A;
}
</style>
border-color css
<style>
span { border-color: #4EE81A; }
span { border-color: rgb(78,232,26); }
td.TdClassName
{
border-color: #4EE81A;
}
.TagClassName
{
border-color: #4EE81A;
}
</style>