Shades of Harlequin #4DED13
Tints of Harlequin #4DED13
RGB
CMYK
RGB Variations
Color information
#4DED13 (or 0x4DED13) is known color: Harlequin. HEX triplet: 4D, ED and 13. RGB value is (77,237,19). Sum of RGB (Red+Green+Blue) = 77+237+19=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 237 (92.97% from 255 or 71.17% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 237 - color contains mainly: green. Hex color #4DED13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DED13 is #B212EC. Grayscale: #A5A5A5. Windows color (decimal): -11670253 or 1305933. OLE color: 1305933.
HSL color Cylindrical-coordinate representation of color #4DED13: hue angle of 104.04º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4DED13 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 19 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.07 |
| HSL | 104.04º | 0.86% | 0.5% | - |
| HSV(B) | 104.04º | 0.92% | 0.93% | - |
| XYZ | 33.46 | 62.19 | 10.86 | - |
| YUV | 164.31 | 45.99 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 19 | 0.68 | 0 | 0.92 | 0.07 | 104.04 | 0.86 | 0.5 |
| Hex | 4D | ED | 13 | 44 | 0 | 5C | 7 | 68 | 56 | 32 |
| Octal | 115 | 355 | 23 | 104 | 0 | 134 | 7 | 150 | 126 | 62 |
| Binary | 1001101 | 11101101 | 10011 | 1000100 | 0 | 1011100 | 111 | 1101000 | 1010110 | 110010 |
Color Harmonies of #4DED13
Complementary color
Monochromatic Colors of #4DED13
Black with #4DED13
Text Example
Text Example
White with #4DED13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DED13; }
p { color: rgb(77,237,19); }
H1.HeaderClassName
{
color: #4DED13;
}
.AnyTagClassName
{
color: #4DED13;
}
</style>
background-color css
<style>
a { background-color: #4DED13; }
a { background-color: rgb(77,237,19); }
div.DivClassName
{
background-color: #4DED13;
}
.BgClassName
{
background-color: #4DED13;
}
</style>
border-color css
<style>
span { border-color: #4DED13; }
span { border-color: rgb(77,237,19); }
td.TdClassName
{
border-color: #4DED13;
}
.TagClassName
{
border-color: #4DED13;
}
</style>