Shades of Harlequin #4FE210
Tints of Harlequin #4FE210
RGB
CMYK
RGB Variations
Color information
#4FE210 (or 0x4FE210) is known color: Harlequin. HEX triplet: 4F, E2 and 10. RGB value is (79,226,16). Sum of RGB (Red+Green+Blue) = 79+226+16=321 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.61% from 321); Green value is 226 (88.67% from 255 or 70.40% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 226 - color contains mainly: green. Hex color #4FE210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FE210 is #B01DEF. Grayscale: #9E9E9E. Windows color (decimal): -11542000 or 1106511. OLE color: 1106511.
HSL color Cylindrical-coordinate representation of color #4FE210: hue angle of 102º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4FE210 is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 79 | 226 | 16 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.11 |
| HSL | 102º | 0.87% | 0.47% | - |
| HSV(B) | 102º | 0.93% | 0.89% | - |
| XYZ | 30.51 | 56.09 | 9.71 | - |
| YUV | 158.11 | 47.8 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 226 | 16 | 0.65 | 0 | 0.93 | 0.11 | 102 | 0.87 | 0.47 |
| Hex | 4F | E2 | 10 | 41 | 0 | 5D | B | 66 | 57 | 2F |
| Octal | 117 | 342 | 20 | 101 | 0 | 135 | 13 | 146 | 127 | 57 |
| Binary | 1001111 | 11100010 | 10000 | 1000001 | 0 | 1011101 | 1011 | 1100110 | 1010111 | 101111 |
Color Harmonies of #4FE210
Complementary color
Monochromatic Colors of #4FE210
Black with #4FE210
Text Example
Text Example
White with #4FE210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE210; }
p { color: rgb(79,226,16); }
H1.HeaderClassName
{
color: #4FE210;
}
.AnyTagClassName
{
color: #4FE210;
}
</style>
background-color css
<style>
a { background-color: #4FE210; }
a { background-color: rgb(79,226,16); }
div.DivClassName
{
background-color: #4FE210;
}
.BgClassName
{
background-color: #4FE210;
}
</style>
border-color css
<style>
span { border-color: #4FE210; }
span { border-color: rgb(79,226,16); }
td.TdClassName
{
border-color: #4FE210;
}
.TagClassName
{
border-color: #4FE210;
}
</style>