Shades of Harlequin #4DEE0E
Tints of Harlequin #4DEE0E
RGB
CMYK
RGB Variations
Color information
#4DEE0E (or 0x4DEE0E) is known color: Harlequin. HEX triplet: 4D, EE and 0E. RGB value is (77,238,14). Sum of RGB (Red+Green+Blue) = 77+238+14=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 238 (93.36% from 255 or 72.34% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEE0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DEE0E is #B211F1. Grayscale: #A5A5A5. Windows color (decimal): -11670002 or 978509. OLE color: 978509.
HSL color Cylindrical-coordinate representation of color #4DEE0E: hue angle of 103.12º 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 #4DEE0E is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 238 | 14 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.07 |
| HSL | 103.13º | 0.89% | 0.49% | - |
| HSV(B) | 103.13º | 0.94% | 0.93% | - |
| XYZ | 33.71 | 62.76 | 10.75 | - |
| YUV | 164.33 | 43.16 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 238 | 14 | 0.68 | 0 | 0.94 | 0.07 | 103.13 | 0.89 | 0.49 |
| Hex | 4D | EE | E | 44 | 0 | 5E | 7 | 67 | 59 | 31 |
| Octal | 115 | 356 | 16 | 104 | 0 | 136 | 7 | 147 | 131 | 61 |
| Binary | 1001101 | 11101110 | 1110 | 1000100 | 0 | 1011110 | 111 | 1100111 | 1011001 | 110001 |
Color Harmonies of #4DEE0E
Complementary color
Monochromatic Colors of #4DEE0E
Black with #4DEE0E
Text Example
Text Example
White with #4DEE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEE0E; }
p { color: rgb(77,238,14); }
H1.HeaderClassName
{
color: #4DEE0E;
}
.AnyTagClassName
{
color: #4DEE0E;
}
</style>
background-color css
<style>
a { background-color: #4DEE0E; }
a { background-color: rgb(77,238,14); }
div.DivClassName
{
background-color: #4DEE0E;
}
.BgClassName
{
background-color: #4DEE0E;
}
</style>
border-color css
<style>
span { border-color: #4DEE0E; }
span { border-color: rgb(77,238,14); }
td.TdClassName
{
border-color: #4DEE0E;
}
.TagClassName
{
border-color: #4DEE0E;
}
</style>