Shades of Harlequin #4DE113
Tints of Harlequin #4DE113
RGB
CMYK
RGB Variations
Color information
#4DE113 (or 0x4DE113) is known color: Harlequin. HEX triplet: 4D, E1 and 13. RGB value is (77,225,19). Sum of RGB (Red+Green+Blue) = 77+225+19=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 225 (88.28% from 255 or 70.09% from 321); Blue value is 19 (7.81% from 255 or 5.92% from 321); Max value from RGB is 225 - color contains mainly: green. Hex color #4DE113 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DE113 is #B21EEC. Grayscale: #9D9D9D. Windows color (decimal): -11673325 or 1302861. OLE color: 1302861.
HSL color Cylindrical-coordinate representation of color #4DE113: hue angle of 103.11º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4DE113 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 77 | 225 | 19 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.12 |
| HSL | 103.11º | 0.84% | 0.48% | - |
| HSV(B) | 103.11º | 0.92% | 0.88% | - |
| XYZ | 30.1 | 55.48 | 9.74 | - |
| YUV | 157.26 | 49.97 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 225 | 19 | 0.66 | 0 | 0.92 | 0.12 | 103.11 | 0.84 | 0.48 |
| Hex | 4D | E1 | 13 | 42 | 0 | 5C | C | 67 | 54 | 30 |
| Octal | 115 | 341 | 23 | 102 | 0 | 134 | 14 | 147 | 124 | 60 |
| Binary | 1001101 | 11100001 | 10011 | 1000010 | 0 | 1011100 | 1100 | 1100111 | 1010100 | 110000 |
Color Harmonies of #4DE113
Complementary color
Monochromatic Colors of #4DE113
Black with #4DE113
Text Example
Text Example
White with #4DE113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE113; }
p { color: rgb(77,225,19); }
H1.HeaderClassName
{
color: #4DE113;
}
.AnyTagClassName
{
color: #4DE113;
}
</style>
background-color css
<style>
a { background-color: #4DE113; }
a { background-color: rgb(77,225,19); }
div.DivClassName
{
background-color: #4DE113;
}
.BgClassName
{
background-color: #4DE113;
}
</style>
border-color css
<style>
span { border-color: #4DE113; }
span { border-color: rgb(77,225,19); }
td.TdClassName
{
border-color: #4DE113;
}
.TagClassName
{
border-color: #4DE113;
}
</style>