Shades of Harlequin #4DE815
Tints of Harlequin #4DE815
RGB
CMYK
RGB Variations
Color information
#4DE815 (or 0x4DE815) is known color: Harlequin. HEX triplet: 4D, E8 and 15. RGB value is (77,232,21). Sum of RGB (Red+Green+Blue) = 77+232+21=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 232 (91.02% from 255 or 70.30% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 232 - color contains mainly: green. Hex color #4DE815 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DE815 is #B217EA. Grayscale: #A2A2A2. Windows color (decimal): -11671531 or 1435725. OLE color: 1435725.
HSL color Cylindrical-coordinate representation of color #4DE815: hue angle of 104.08º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DE815 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 77 | 232 | 21 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.09 |
| HSL | 104.08º | 0.83% | 0.5% | - |
| HSV(B) | 104.08º | 0.91% | 0.91% | - |
| XYZ | 32.05 | 59.35 | 10.47 | - |
| YUV | 161.6 | 48.65 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 232 | 21 | 0.67 | 0 | 0.91 | 0.09 | 104.08 | 0.83 | 0.5 |
| Hex | 4D | E8 | 15 | 43 | 0 | 5B | 9 | 68 | 53 | 32 |
| Octal | 115 | 350 | 25 | 103 | 0 | 133 | 11 | 150 | 123 | 62 |
| Binary | 1001101 | 11101000 | 10101 | 1000011 | 0 | 1011011 | 1001 | 1101000 | 1010011 | 110010 |
Color Harmonies of #4DE815
Complementary color
Monochromatic Colors of #4DE815
Black with #4DE815
Text Example
Text Example
White with #4DE815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE815; }
p { color: rgb(77,232,21); }
H1.HeaderClassName
{
color: #4DE815;
}
.AnyTagClassName
{
color: #4DE815;
}
</style>
background-color css
<style>
a { background-color: #4DE815; }
a { background-color: rgb(77,232,21); }
div.DivClassName
{
background-color: #4DE815;
}
.BgClassName
{
background-color: #4DE815;
}
</style>
border-color css
<style>
span { border-color: #4DE815; }
span { border-color: rgb(77,232,21); }
td.TdClassName
{
border-color: #4DE815;
}
.TagClassName
{
border-color: #4DE815;
}
</style>