Shades of Harlequin #4DEF0E
Tints of Harlequin #4DEF0E
RGB
CMYK
RGB Variations
Color information
#4DEF0E (or 0x4DEF0E) is known color: Harlequin. HEX triplet: 4D, EF and 0E. RGB value is (77,239,14). Sum of RGB (Red+Green+Blue) = 77+239+14=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 239 (93.75% from 255 or 72.42% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 239 - color contains mainly: green. Hex color #4DEF0E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DEF0E is #B210F1. Grayscale: #A5A5A5. Windows color (decimal): -11669746 or 978765. OLE color: 978765.
HSL color Cylindrical-coordinate representation of color #4DEF0E: hue angle of 103.2º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4DEF0E is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 239 | 14 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.06 |
| HSL | 103.2º | 0.89% | 0.5% | - |
| HSV(B) | 103.2º | 0.94% | 0.94% | - |
| XYZ | 34.01 | 63.34 | 10.85 | - |
| YUV | 164.91 | 42.83 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 239 | 14 | 0.68 | 0 | 0.94 | 0.06 | 103.2 | 0.89 | 0.5 |
| Hex | 4D | EF | E | 44 | 0 | 5E | 6 | 67 | 59 | 32 |
| Octal | 115 | 357 | 16 | 104 | 0 | 136 | 6 | 147 | 131 | 62 |
| Binary | 1001101 | 11101111 | 1110 | 1000100 | 0 | 1011110 | 110 | 1100111 | 1011001 | 110010 |
Color Harmonies of #4DEF0E
Complementary color
Monochromatic Colors of #4DEF0E
Black with #4DEF0E
Text Example
Text Example
White with #4DEF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEF0E; }
p { color: rgb(77,239,14); }
H1.HeaderClassName
{
color: #4DEF0E;
}
.AnyTagClassName
{
color: #4DEF0E;
}
</style>
background-color css
<style>
a { background-color: #4DEF0E; }
a { background-color: rgb(77,239,14); }
div.DivClassName
{
background-color: #4DEF0E;
}
.BgClassName
{
background-color: #4DEF0E;
}
</style>
border-color css
<style>
span { border-color: #4DEF0E; }
span { border-color: rgb(77,239,14); }
td.TdClassName
{
border-color: #4DEF0E;
}
.TagClassName
{
border-color: #4DEF0E;
}
</style>