Shades of Harlequin #4DE00E
Tints of Harlequin #4DE00E
RGB
CMYK
RGB Variations
Color information
#4DE00E (or 0x4DE00E) is known color: Harlequin. HEX triplet: 4D, E0 and 0E. RGB value is (77,224,14). Sum of RGB (Red+Green+Blue) = 77+224+14=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 224 (87.89% from 255 or 71.11% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 224 - color contains mainly: green. Hex color #4DE00E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DE00E is #B21FF1. Grayscale: #9C9C9C. Windows color (decimal): -11673586 or 974925. OLE color: 974925.
HSL color Cylindrical-coordinate representation of color #4DE00E: hue angle of 102º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DE00E is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 224 | 14 | - |
| CMYK | 0.66 | 0 | 0.94 | 0.12 |
| HSL | 102º | 0.88% | 0.47% | - |
| HSV(B) | 102º | 0.94% | 0.88% | - |
| XYZ | 29.8 | 54.92 | 9.45 | - |
| YUV | 156.11 | 47.8 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 224 | 14 | 0.66 | 0 | 0.94 | 0.12 | 102 | 0.88 | 0.47 |
| Hex | 4D | E0 | E | 42 | 0 | 5E | C | 66 | 58 | 2F |
| Octal | 115 | 340 | 16 | 102 | 0 | 136 | 14 | 146 | 130 | 57 |
| Binary | 1001101 | 11100000 | 1110 | 1000010 | 0 | 1011110 | 1100 | 1100110 | 1011000 | 101111 |
Color Harmonies of #4DE00E
Complementary color
Monochromatic Colors of #4DE00E
Black with #4DE00E
Text Example
Text Example
White with #4DE00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE00E; }
p { color: rgb(77,224,14); }
H1.HeaderClassName
{
color: #4DE00E;
}
.AnyTagClassName
{
color: #4DE00E;
}
</style>
background-color css
<style>
a { background-color: #4DE00E; }
a { background-color: rgb(77,224,14); }
div.DivClassName
{
background-color: #4DE00E;
}
.BgClassName
{
background-color: #4DE00E;
}
</style>
border-color css
<style>
span { border-color: #4DE00E; }
span { border-color: rgb(77,224,14); }
td.TdClassName
{
border-color: #4DE00E;
}
.TagClassName
{
border-color: #4DE00E;
}
</style>