Shades of Harlequin #4DE518
Tints of Harlequin #4DE518
RGB
CMYK
RGB Variations
Color information
#4DE518 (or 0x4DE518) is known color: Harlequin. HEX triplet: 4D, E5 and 18. RGB value is (77,229,24). Sum of RGB (Red+Green+Blue) = 77+229+24=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 229 (89.84% from 255 or 69.39% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 229 - color contains mainly: green. Hex color #4DE518 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DE518 is #B21AE7. Grayscale: #A0A0A0. Windows color (decimal): -11672296 or 1631565. OLE color: 1631565.
HSL color Cylindrical-coordinate representation of color #4DE518: hue angle of 104.49º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DE518 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 77 | 229 | 24 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.10 |
| HSL | 104.49º | 0.81% | 0.5% | - |
| HSV(B) | 104.49º | 0.9% | 0.9% | - |
| XYZ | 31.24 | 57.68 | 10.35 | - |
| YUV | 160.18 | 51.14 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 229 | 24 | 0.66 | 0 | 0.90 | 0.10 | 104.49 | 0.81 | 0.5 |
| Hex | 4D | E5 | 18 | 42 | 0 | 5A | A | 68 | 51 | 32 |
| Octal | 115 | 345 | 30 | 102 | 0 | 132 | 12 | 150 | 121 | 62 |
| Binary | 1001101 | 11100101 | 11000 | 1000010 | 0 | 1011010 | 1010 | 1101000 | 1010001 | 110010 |
Color Harmonies of #4DE518
Complementary color
Monochromatic Colors of #4DE518
Black with #4DE518
Text Example
Text Example
White with #4DE518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE518; }
p { color: rgb(77,229,24); }
H1.HeaderClassName
{
color: #4DE518;
}
.AnyTagClassName
{
color: #4DE518;
}
</style>
background-color css
<style>
a { background-color: #4DE518; }
a { background-color: rgb(77,229,24); }
div.DivClassName
{
background-color: #4DE518;
}
.BgClassName
{
background-color: #4DE518;
}
</style>
border-color css
<style>
span { border-color: #4DE518; }
span { border-color: rgb(77,229,24); }
td.TdClassName
{
border-color: #4DE518;
}
.TagClassName
{
border-color: #4DE518;
}
</style>