Shades of Harlequin #4DE502
Tints of Harlequin #4DE502
RGB
CMYK
RGB Variations
Color information
#4DE502 (or 0x4DE502) is known color: Harlequin. HEX triplet: 4D, E5 and 02. RGB value is (77,229,2). Sum of RGB (Red+Green+Blue) = 77+229+2=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 229 (89.84% from 255 or 74.35% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 229 - color contains mainly: green. Hex color #4DE502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DE502 is #B21AFD. Grayscale: #9E9E9E. Windows color (decimal): -11672318 or 189773. OLE color: 189773.
HSL color Cylindrical-coordinate representation of color #4DE502: hue angle of 100.18º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4DE502 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 77 | 229 | 2 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.10 |
| HSL | 100.18º | 0.98% | 0.45% | - |
| HSV(B) | 100.18º | 0.99% | 0.9% | - |
| XYZ | 31.09 | 57.62 | 9.54 | - |
| YUV | 157.67 | 40.14 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 229 | 2 | 0.66 | 0 | 0.99 | 0.10 | 100.18 | 0.98 | 0.45 |
| Hex | 4D | E5 | 2 | 42 | 0 | 63 | A | 64 | 62 | 2D |
| Octal | 115 | 345 | 2 | 102 | 0 | 143 | 12 | 144 | 142 | 55 |
| Binary | 1001101 | 11100101 | 10 | 1000010 | 0 | 1100011 | 1010 | 1100100 | 1100010 | 101101 |
Color Harmonies of #4DE502
Complementary color
Monochromatic Colors of #4DE502
Black with #4DE502
Text Example
Text Example
White with #4DE502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE502; }
p { color: rgb(77,229,2); }
H1.HeaderClassName
{
color: #4DE502;
}
.AnyTagClassName
{
color: #4DE502;
}
</style>
background-color css
<style>
a { background-color: #4DE502; }
a { background-color: rgb(77,229,2); }
div.DivClassName
{
background-color: #4DE502;
}
.BgClassName
{
background-color: #4DE502;
}
</style>
border-color css
<style>
span { border-color: #4DE502; }
span { border-color: rgb(77,229,2); }
td.TdClassName
{
border-color: #4DE502;
}
.TagClassName
{
border-color: #4DE502;
}
</style>