Shades of Harlequin #4DE516
Tints of Harlequin #4DE516
RGB
CMYK
RGB Variations
Color information
#4DE516 (or 0x4DE516) is known color: Harlequin. HEX triplet: 4D, E5 and 16. RGB value is (77,229,22). Sum of RGB (Red+Green+Blue) = 77+229+22=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 229 (89.84% from 255 or 69.82% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 229 - color contains mainly: green. Hex color #4DE516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DE516 is #B21AE9. Grayscale: #A0A0A0. Windows color (decimal): -11672298 or 1500493. OLE color: 1500493.
HSL color Cylindrical-coordinate representation of color #4DE516: hue angle of 104.06º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DE516 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 77 | 229 | 22 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.10 |
| HSL | 104.06º | 0.82% | 0.49% | - |
| HSV(B) | 104.06º | 0.9% | 0.9% | - |
| XYZ | 31.22 | 57.67 | 10.25 | - |
| YUV | 159.95 | 50.14 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 229 | 22 | 0.66 | 0 | 0.90 | 0.10 | 104.06 | 0.82 | 0.49 |
| Hex | 4D | E5 | 16 | 42 | 0 | 5A | A | 68 | 52 | 31 |
| Octal | 115 | 345 | 26 | 102 | 0 | 132 | 12 | 150 | 122 | 61 |
| Binary | 1001101 | 11100101 | 10110 | 1000010 | 0 | 1011010 | 1010 | 1101000 | 1010010 | 110001 |
Color Harmonies of #4DE516
Complementary color
Monochromatic Colors of #4DE516
Black with #4DE516
Text Example
Text Example
White with #4DE516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE516; }
p { color: rgb(77,229,22); }
H1.HeaderClassName
{
color: #4DE516;
}
.AnyTagClassName
{
color: #4DE516;
}
</style>
background-color css
<style>
a { background-color: #4DE516; }
a { background-color: rgb(77,229,22); }
div.DivClassName
{
background-color: #4DE516;
}
.BgClassName
{
background-color: #4DE516;
}
</style>
border-color css
<style>
span { border-color: #4DE516; }
span { border-color: rgb(77,229,22); }
td.TdClassName
{
border-color: #4DE516;
}
.TagClassName
{
border-color: #4DE516;
}
</style>