Shades of Harlequin #4DEE0D
Tints of Harlequin #4DEE0D
RGB
CMYK
RGB Variations
Color information
#4DEE0D (or 0x4DEE0D) is known color: Harlequin. HEX triplet: 4D, EE and 0D. RGB value is (77,238,13). Sum of RGB (Red+Green+Blue) = 77+238+13=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 238 (93.36% from 255 or 72.56% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 238 - color contains mainly: green. Hex color #4DEE0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DEE0D is #B211F2. Grayscale: #A4A4A4. Windows color (decimal): -11670003 or 912973. OLE color: 912973.
HSL color Cylindrical-coordinate representation of color #4DEE0D: hue angle of 102.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4DEE0D is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 238 | 13 | - |
| CMYK | 0.68 | 0 | 0.95 | 0.07 |
| HSL | 102.93º | 0.9% | 0.49% | - |
| HSV(B) | 102.93º | 0.95% | 0.93% | - |
| XYZ | 33.71 | 62.76 | 10.72 | - |
| YUV | 164.21 | 42.66 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 238 | 13 | 0.68 | 0 | 0.95 | 0.07 | 102.93 | 0.9 | 0.49 |
| Hex | 4D | EE | D | 44 | 0 | 5F | 7 | 67 | 5A | 31 |
| Octal | 115 | 356 | 15 | 104 | 0 | 137 | 7 | 147 | 132 | 61 |
| Binary | 1001101 | 11101110 | 1101 | 1000100 | 0 | 1011111 | 111 | 1100111 | 1011010 | 110001 |
Color Harmonies of #4DEE0D
Complementary color
Monochromatic Colors of #4DEE0D
Black with #4DEE0D
Text Example
Text Example
White with #4DEE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEE0D; }
p { color: rgb(77,238,13); }
H1.HeaderClassName
{
color: #4DEE0D;
}
.AnyTagClassName
{
color: #4DEE0D;
}
</style>
background-color css
<style>
a { background-color: #4DEE0D; }
a { background-color: rgb(77,238,13); }
div.DivClassName
{
background-color: #4DEE0D;
}
.BgClassName
{
background-color: #4DEE0D;
}
</style>
border-color css
<style>
span { border-color: #4DEE0D; }
span { border-color: rgb(77,238,13); }
td.TdClassName
{
border-color: #4DEE0D;
}
.TagClassName
{
border-color: #4DEE0D;
}
</style>