Shades of Harlequin #4EE515
Tints of Harlequin #4EE515
RGB
CMYK
RGB Variations
Color information
#4EE515 (or 0x4EE515) is known color: Harlequin. HEX triplet: 4E, E5 and 15. RGB value is (78,229,21). Sum of RGB (Red+Green+Blue) = 78+229+21=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 229 (89.84% from 255 or 69.82% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 229 - color contains mainly: green. Hex color #4EE515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4EE515 is #B11AEA. Grayscale: #A0A0A0. Windows color (decimal): -11606763 or 1434958. OLE color: 1434958.
HSL color Cylindrical-coordinate representation of color #4EE515: hue angle of 103.56º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4EE515 is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 78 | 229 | 21 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.10 |
| HSL | 103.56º | 0.83% | 0.49% | - |
| HSV(B) | 103.56º | 0.91% | 0.9% | - |
| XYZ | 31.3 | 57.71 | 10.2 | - |
| YUV | 160.14 | 49.47 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 229 | 21 | 0.66 | 0 | 0.91 | 0.10 | 103.56 | 0.83 | 0.49 |
| Hex | 4E | E5 | 15 | 42 | 0 | 5B | A | 68 | 53 | 31 |
| Octal | 116 | 345 | 25 | 102 | 0 | 133 | 12 | 150 | 123 | 61 |
| Binary | 1001110 | 11100101 | 10101 | 1000010 | 0 | 1011011 | 1010 | 1101000 | 1010011 | 110001 |
Color Harmonies of #4EE515
Complementary color
Monochromatic Colors of #4EE515
Black with #4EE515
Text Example
Text Example
White with #4EE515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EE515; }
p { color: rgb(78,229,21); }
H1.HeaderClassName
{
color: #4EE515;
}
.AnyTagClassName
{
color: #4EE515;
}
</style>
background-color css
<style>
a { background-color: #4EE515; }
a { background-color: rgb(78,229,21); }
div.DivClassName
{
background-color: #4EE515;
}
.BgClassName
{
background-color: #4EE515;
}
</style>
border-color css
<style>
span { border-color: #4EE515; }
span { border-color: rgb(78,229,21); }
td.TdClassName
{
border-color: #4EE515;
}
.TagClassName
{
border-color: #4EE515;
}
</style>