Shades of Harlequin #4DEC0D
Tints of Harlequin #4DEC0D
RGB
CMYK
RGB Variations
Color information
#4DEC0D (or 0x4DEC0D) is known color: Harlequin. HEX triplet: 4D, EC and 0D. RGB value is (77,236,13). Sum of RGB (Red+Green+Blue) = 77+236+13=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 236 (92.58% from 255 or 72.39% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DEC0D is #B213F2. Grayscale: #A3A3A3. Windows color (decimal): -11670515 or 912461. OLE color: 912461.
HSL color Cylindrical-coordinate representation of color #4DEC0D: hue angle of 102.78º degrees, saturation: 0.9, 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 #4DEC0D is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 236 | 13 | - |
| CMYK | 0.67 | 0 | 0.94 | 0.07 |
| HSL | 102.78º | 0.9% | 0.49% | - |
| HSV(B) | 102.78º | 0.94% | 0.93% | - |
| XYZ | 33.13 | 61.6 | 10.52 | - |
| YUV | 163.04 | 43.32 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 236 | 13 | 0.67 | 0 | 0.94 | 0.07 | 102.78 | 0.9 | 0.49 |
| Hex | 4D | EC | D | 43 | 0 | 5E | 7 | 67 | 5A | 31 |
| Octal | 115 | 354 | 15 | 103 | 0 | 136 | 7 | 147 | 132 | 61 |
| Binary | 1001101 | 11101100 | 1101 | 1000011 | 0 | 1011110 | 111 | 1100111 | 1011010 | 110001 |
Color Harmonies of #4DEC0D
Complementary color
Monochromatic Colors of #4DEC0D
Black with #4DEC0D
Text Example
Text Example
White with #4DEC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEC0D; }
p { color: rgb(77,236,13); }
H1.HeaderClassName
{
color: #4DEC0D;
}
.AnyTagClassName
{
color: #4DEC0D;
}
</style>
background-color css
<style>
a { background-color: #4DEC0D; }
a { background-color: rgb(77,236,13); }
div.DivClassName
{
background-color: #4DEC0D;
}
.BgClassName
{
background-color: #4DEC0D;
}
</style>
border-color css
<style>
span { border-color: #4DEC0D; }
span { border-color: rgb(77,236,13); }
td.TdClassName
{
border-color: #4DEC0D;
}
.TagClassName
{
border-color: #4DEC0D;
}
</style>