Shades of Harlequin #4DE213
Tints of Harlequin #4DE213
RGB
CMYK
RGB Variations
Color information
#4DE213 (or 0x4DE213) is known color: Harlequin. HEX triplet: 4D, E2 and 13. RGB value is (77,226,19). Sum of RGB (Red+Green+Blue) = 77+226+19=322 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.91% from 322); Green value is 226 (88.67% from 255 or 70.19% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 226 - color contains mainly: green. Hex color #4DE213 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4DE213 is #B21DEC. Grayscale: #9E9E9E. Windows color (decimal): -11673069 or 1303117. OLE color: 1303117.
HSL color Cylindrical-coordinate representation of color #4DE213: hue angle of 103.19º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4DE213 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 77 | 226 | 19 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.11 |
| HSL | 103.19º | 0.84% | 0.48% | - |
| HSV(B) | 103.19º | 0.92% | 0.89% | - |
| XYZ | 30.37 | 56.02 | 9.83 | - |
| YUV | 157.85 | 49.64 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 226 | 19 | 0.66 | 0 | 0.92 | 0.11 | 103.19 | 0.84 | 0.48 |
| Hex | 4D | E2 | 13 | 42 | 0 | 5C | B | 67 | 54 | 30 |
| Octal | 115 | 342 | 23 | 102 | 0 | 134 | 13 | 147 | 124 | 60 |
| Binary | 1001101 | 11100010 | 10011 | 1000010 | 0 | 1011100 | 1011 | 1100111 | 1010100 | 110000 |
Color Harmonies of #4DE213
Complementary color
Monochromatic Colors of #4DE213
Black with #4DE213
Text Example
Text Example
White with #4DE213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DE213; }
p { color: rgb(77,226,19); }
H1.HeaderClassName
{
color: #4DE213;
}
.AnyTagClassName
{
color: #4DE213;
}
</style>
background-color css
<style>
a { background-color: #4DE213; }
a { background-color: rgb(77,226,19); }
div.DivClassName
{
background-color: #4DE213;
}
.BgClassName
{
background-color: #4DE213;
}
</style>
border-color css
<style>
span { border-color: #4DE213; }
span { border-color: rgb(77,226,19); }
td.TdClassName
{
border-color: #4DE213;
}
.TagClassName
{
border-color: #4DE213;
}
</style>