Shades of Harlequin #4DF213
Tints of Harlequin #4DF213
RGB
CMYK
RGB Variations
Color information
#4DF213 (or 0x4DF213) is known color: Harlequin. HEX triplet: 4D, F2 and 13. RGB value is (77,242,19). Sum of RGB (Red+Green+Blue) = 77+242+19=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 242 (94.92% from 255 or 71.60% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF213 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF213 is #B20DEC. Grayscale: #A7A7A7. Windows color (decimal): -11668973 or 1307213. OLE color: 1307213.
HSL color Cylindrical-coordinate representation of color #4DF213: hue angle of 104.39º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4DF213 is Cyan = 0.68, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 242 | 19 | - |
| CMYK | 0.68 | 0 | 0.92 | 0.05 |
| HSL | 104.39º | 0.9% | 0.51% | - |
| HSV(B) | 104.39º | 0.92% | 0.95% | - |
| XYZ | 34.93 | 65.13 | 11.35 | - |
| YUV | 167.24 | 44.34 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 242 | 19 | 0.68 | 0 | 0.92 | 0.05 | 104.39 | 0.9 | 0.51 |
| Hex | 4D | F2 | 13 | 44 | 0 | 5C | 5 | 68 | 5A | 33 |
| Octal | 115 | 362 | 23 | 104 | 0 | 134 | 5 | 150 | 132 | 63 |
| Binary | 1001101 | 11110010 | 10011 | 1000100 | 0 | 1011100 | 101 | 1101000 | 1011010 | 110011 |
Color Harmonies of #4DF213
Complementary color
Monochromatic Colors of #4DF213
Black with #4DF213
Text Example
Text Example
White with #4DF213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF213; }
p { color: rgb(77,242,19); }
H1.HeaderClassName
{
color: #4DF213;
}
.AnyTagClassName
{
color: #4DF213;
}
</style>
background-color css
<style>
a { background-color: #4DF213; }
a { background-color: rgb(77,242,19); }
div.DivClassName
{
background-color: #4DF213;
}
.BgClassName
{
background-color: #4DF213;
}
</style>
border-color css
<style>
span { border-color: #4DF213; }
span { border-color: rgb(77,242,19); }
td.TdClassName
{
border-color: #4DF213;
}
.TagClassName
{
border-color: #4DF213;
}
</style>