Shades of Harlequin #4DEC15
Tints of Harlequin #4DEC15
RGB
CMYK
RGB Variations
Color information
#4DEC15 (or 0x4DEC15) is known color: Harlequin. HEX triplet: 4D, EC and 15. RGB value is (77,236,21). Sum of RGB (Red+Green+Blue) = 77+236+21=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 236 (92.58% from 255 or 70.66% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC15 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DEC15 is #B213EA. Grayscale: #A4A4A4. Windows color (decimal): -11670507 or 1436749. OLE color: 1436749.
HSL color Cylindrical-coordinate representation of color #4DEC15: hue angle of 104.37º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4DEC15 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 21 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.07 |
| HSL | 104.37º | 0.85% | 0.5% | - |
| HSV(B) | 104.37º | 0.91% | 0.93% | - |
| XYZ | 33.19 | 61.62 | 10.85 | - |
| YUV | 163.95 | 47.32 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 21 | 0.67 | 0 | 0.91 | 0.07 | 104.37 | 0.85 | 0.5 |
| Hex | 4D | EC | 15 | 43 | 0 | 5B | 7 | 68 | 55 | 32 |
| Octal | 115 | 354 | 25 | 103 | 0 | 133 | 7 | 150 | 125 | 62 |
| Binary | 1001101 | 11101100 | 10101 | 1000011 | 0 | 1011011 | 111 | 1101000 | 1010101 | 110010 |
Color Harmonies of #4DEC15
Complementary color
Monochromatic Colors of #4DEC15
Black with #4DEC15
Text Example
Text Example
White with #4DEC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEC15; }
p { color: rgb(77,236,21); }
H1.HeaderClassName
{
color: #4DEC15;
}
.AnyTagClassName
{
color: #4DEC15;
}
</style>
background-color css
<style>
a { background-color: #4DEC15; }
a { background-color: rgb(77,236,21); }
div.DivClassName
{
background-color: #4DEC15;
}
.BgClassName
{
background-color: #4DEC15;
}
</style>
border-color css
<style>
span { border-color: #4DEC15; }
span { border-color: rgb(77,236,21); }
td.TdClassName
{
border-color: #4DEC15;
}
.TagClassName
{
border-color: #4DEC15;
}
</style>