Shades of Harlequin #4DED14
Tints of Harlequin #4DED14
RGB
CMYK
RGB Variations
Color information
#4DED14 (or 0x4DED14) is known color: Harlequin. HEX triplet: 4D, ED and 14. RGB value is (77,237,20). Sum of RGB (Red+Green+Blue) = 77+237+20=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 237 (92.97% from 255 or 70.96% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 237 - color contains mainly: green. Hex color #4DED14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DED14 is #B212EB. Grayscale: #A5A5A5. Windows color (decimal): -11670252 or 1371469. OLE color: 1371469.
HSL color Cylindrical-coordinate representation of color #4DED14: hue angle of 104.24º 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 #4DED14 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 20 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.07 |
| HSL | 104.24º | 0.86% | 0.5% | - |
| HSV(B) | 104.24º | 0.92% | 0.93% | - |
| XYZ | 33.47 | 62.2 | 10.9 | - |
| YUV | 164.42 | 46.49 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 20 | 0.68 | 0 | 0.92 | 0.07 | 104.24 | 0.86 | 0.5 |
| Hex | 4D | ED | 14 | 44 | 0 | 5C | 7 | 68 | 56 | 32 |
| Octal | 115 | 355 | 24 | 104 | 0 | 134 | 7 | 150 | 126 | 62 |
| Binary | 1001101 | 11101101 | 10100 | 1000100 | 0 | 1011100 | 111 | 1101000 | 1010110 | 110010 |
Color Harmonies of #4DED14
Complementary color
Monochromatic Colors of #4DED14
Black with #4DED14
Text Example
Text Example
White with #4DED14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DED14; }
p { color: rgb(77,237,20); }
H1.HeaderClassName
{
color: #4DED14;
}
.AnyTagClassName
{
color: #4DED14;
}
</style>
background-color css
<style>
a { background-color: #4DED14; }
a { background-color: rgb(77,237,20); }
div.DivClassName
{
background-color: #4DED14;
}
.BgClassName
{
background-color: #4DED14;
}
</style>
border-color css
<style>
span { border-color: #4DED14; }
span { border-color: rgb(77,237,20); }
td.TdClassName
{
border-color: #4DED14;
}
.TagClassName
{
border-color: #4DED14;
}
</style>