Shades of Harlequin #4DF210
Tints of Harlequin #4DF210
RGB
CMYK
RGB Variations
Color information
#4DF210 (or 0x4DF210) is known color: Harlequin. HEX triplet: 4D, F2 and 10. RGB value is (77,242,16). Sum of RGB (Red+Green+Blue) = 77+242+16=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 242 (94.92% from 255 or 72.24% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF210 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4DF210 is #B20DEF. Grayscale: #A7A7A7. Windows color (decimal): -11668976 or 1110605. OLE color: 1110605.
HSL color Cylindrical-coordinate representation of color #4DF210: hue angle of 103.81º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4DF210 is Cyan = 0.68, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 242 | 16 | - |
| CMYK | 0.68 | 0 | 0.93 | 0.05 |
| HSL | 103.81º | 0.9% | 0.51% | - |
| HSV(B) | 103.81º | 0.93% | 0.95% | - |
| XYZ | 34.91 | 65.12 | 11.22 | - |
| YUV | 166.9 | 42.84 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 242 | 16 | 0.68 | 0 | 0.93 | 0.05 | 103.81 | 0.9 | 0.51 |
| Hex | 4D | F2 | 10 | 44 | 0 | 5D | 5 | 68 | 5A | 33 |
| Octal | 115 | 362 | 20 | 104 | 0 | 135 | 5 | 150 | 132 | 63 |
| Binary | 1001101 | 11110010 | 10000 | 1000100 | 0 | 1011101 | 101 | 1101000 | 1011010 | 110011 |
Color Harmonies of #4DF210
Complementary color
Monochromatic Colors of #4DF210
Black with #4DF210
Text Example
Text Example
White with #4DF210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF210; }
p { color: rgb(77,242,16); }
H1.HeaderClassName
{
color: #4DF210;
}
.AnyTagClassName
{
color: #4DF210;
}
</style>
background-color css
<style>
a { background-color: #4DF210; }
a { background-color: rgb(77,242,16); }
div.DivClassName
{
background-color: #4DF210;
}
.BgClassName
{
background-color: #4DF210;
}
</style>
border-color css
<style>
span { border-color: #4DF210; }
span { border-color: rgb(77,242,16); }
td.TdClassName
{
border-color: #4DF210;
}
.TagClassName
{
border-color: #4DF210;
}
</style>