Shades of Harlequin #4DEC17
Tints of Harlequin #4DEC17
RGB
CMYK
RGB Variations
Color information
#4DEC17 (or 0x4DEC17) is known color: Harlequin. HEX triplet: 4D, EC and 17. RGB value is (77,236,23). Sum of RGB (Red+Green+Blue) = 77+236+23=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 236 (92.58% from 255 or 70.24% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC17 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DEC17 is #B213E8. Grayscale: #A4A4A4. Windows color (decimal): -11670505 or 1567821. OLE color: 1567821.
HSL color Cylindrical-coordinate representation of color #4DEC17: hue angle of 104.79º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4DEC17 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 23 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.07 |
| HSL | 104.79º | 0.85% | 0.51% | - |
| HSV(B) | 104.79º | 0.9% | 0.93% | - |
| XYZ | 33.21 | 61.63 | 10.96 | - |
| YUV | 164.18 | 48.32 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 23 | 0.67 | 0 | 0.90 | 0.07 | 104.79 | 0.85 | 0.51 |
| Hex | 4D | EC | 17 | 43 | 0 | 5A | 7 | 69 | 55 | 33 |
| Octal | 115 | 354 | 27 | 103 | 0 | 132 | 7 | 151 | 125 | 63 |
| Binary | 1001101 | 11101100 | 10111 | 1000011 | 0 | 1011010 | 111 | 1101001 | 1010101 | 110011 |
Color Harmonies of #4DEC17
Complementary color
Monochromatic Colors of #4DEC17
Black with #4DEC17
Text Example
Text Example
White with #4DEC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEC17; }
p { color: rgb(77,236,23); }
H1.HeaderClassName
{
color: #4DEC17;
}
.AnyTagClassName
{
color: #4DEC17;
}
</style>
background-color css
<style>
a { background-color: #4DEC17; }
a { background-color: rgb(77,236,23); }
div.DivClassName
{
background-color: #4DEC17;
}
.BgClassName
{
background-color: #4DEC17;
}
</style>
border-color css
<style>
span { border-color: #4DEC17; }
span { border-color: rgb(77,236,23); }
td.TdClassName
{
border-color: #4DEC17;
}
.TagClassName
{
border-color: #4DEC17;
}
</style>