Shades of Harlequin #4DED21
Tints of Harlequin #4DED21
RGB
CMYK
RGB Variations
Color information
#4DED21 (or 0x4DED21) is known color: Harlequin. HEX triplet: 4D, ED and 21. RGB value is (77,237,33). Sum of RGB (Red+Green+Blue) = 77+237+33=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 237 (92.97% from 255 or 68.30% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 237 - color contains mainly: green. Hex color #4DED21 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DED21 is #B212DE. Grayscale: #A6A6A6. Windows color (decimal): -11670239 or 2223437. OLE color: 2223437.
HSL color Cylindrical-coordinate representation of color #4DED21: hue angle of 107.06º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4DED21 is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 33 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.07 |
| HSL | 107.06º | 0.85% | 0.53% | - |
| HSV(B) | 107.06º | 0.86% | 0.93% | - |
| XYZ | 33.62 | 62.26 | 11.68 | - |
| YUV | 165.9 | 52.99 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 33 | 0.68 | 0 | 0.86 | 0.07 | 107.06 | 0.85 | 0.53 |
| Hex | 4D | ED | 21 | 44 | 0 | 56 | 7 | 6B | 55 | 35 |
| Octal | 115 | 355 | 41 | 104 | 0 | 126 | 7 | 153 | 125 | 65 |
| Binary | 1001101 | 11101101 | 100001 | 1000100 | 0 | 1010110 | 111 | 1101011 | 1010101 | 110101 |
Color Harmonies of #4DED21
Complementary color
Monochromatic Colors of #4DED21
Black with #4DED21
Text Example
Text Example
White with #4DED21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DED21; }
p { color: rgb(77,237,33); }
H1.HeaderClassName
{
color: #4DED21;
}
.AnyTagClassName
{
color: #4DED21;
}
</style>
background-color css
<style>
a { background-color: #4DED21; }
a { background-color: rgb(77,237,33); }
div.DivClassName
{
background-color: #4DED21;
}
.BgClassName
{
background-color: #4DED21;
}
</style>
border-color css
<style>
span { border-color: #4DED21; }
span { border-color: rgb(77,237,33); }
td.TdClassName
{
border-color: #4DED21;
}
.TagClassName
{
border-color: #4DED21;
}
</style>