Shades of Harlequin #4DED0E
Tints of Harlequin #4DED0E
RGB
CMYK
RGB Variations
Color information
#4DED0E (or 0x4DED0E) is known color: Harlequin. HEX triplet: 4D, ED and 0E. RGB value is (77,237,14). Sum of RGB (Red+Green+Blue) = 77+237+14=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 237 (92.97% from 255 or 72.26% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 237 - color contains mainly: green. Hex color #4DED0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DED0E is #B212F1. Grayscale: #A4A4A4. Windows color (decimal): -11670258 or 978253. OLE color: 978253.
HSL color Cylindrical-coordinate representation of color #4DED0E: hue angle of 103.05º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DED0E is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 14 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.07 |
| HSL | 103.05º | 0.89% | 0.49% | - |
| HSV(B) | 103.05º | 0.94% | 0.93% | - |
| XYZ | 33.42 | 62.18 | 10.66 | - |
| YUV | 163.74 | 43.49 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 14 | 0.68 | 0 | 0.94 | 0.07 | 103.05 | 0.89 | 0.49 |
| Hex | 4D | ED | E | 44 | 0 | 5E | 7 | 67 | 59 | 31 |
| Octal | 115 | 355 | 16 | 104 | 0 | 136 | 7 | 147 | 131 | 61 |
| Binary | 1001101 | 11101101 | 1110 | 1000100 | 0 | 1011110 | 111 | 1100111 | 1011001 | 110001 |
Color Harmonies of #4DED0E
Complementary color
Monochromatic Colors of #4DED0E
Black with #4DED0E
Text Example
Text Example
White with #4DED0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DED0E; }
p { color: rgb(77,237,14); }
H1.HeaderClassName
{
color: #4DED0E;
}
.AnyTagClassName
{
color: #4DED0E;
}
</style>
background-color css
<style>
a { background-color: #4DED0E; }
a { background-color: rgb(77,237,14); }
div.DivClassName
{
background-color: #4DED0E;
}
.BgClassName
{
background-color: #4DED0E;
}
</style>
border-color css
<style>
span { border-color: #4DED0E; }
span { border-color: rgb(77,237,14); }
td.TdClassName
{
border-color: #4DED0E;
}
.TagClassName
{
border-color: #4DED0E;
}
</style>