Shades of Harlequin #4FF210
Tints of Harlequin #4FF210
RGB
CMYK
RGB Variations
Color information
#4FF210 (or 0x4FF210) is known color: Harlequin. HEX triplet: 4F, F2 and 10. RGB value is (79,242,16). Sum of RGB (Red+Green+Blue) = 79+242+16=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 242 (94.92% from 255 or 71.81% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF210 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF210 is #B00DEF. Grayscale: #A8A8A8. Windows color (decimal): -11537904 or 1110607. OLE color: 1110607.
HSL color Cylindrical-coordinate representation of color #4FF210: hue angle of 103.27º 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 #4FF210 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 242 | 16 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.05 |
| HSL | 103.27º | 0.9% | 0.51% | - |
| HSV(B) | 103.27º | 0.93% | 0.95% | - |
| XYZ | 35.07 | 65.2 | 11.23 | - |
| YUV | 167.5 | 42.5 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 242 | 16 | 0.67 | 0 | 0.93 | 0.05 | 103.27 | 0.9 | 0.51 |
| Hex | 4F | F2 | 10 | 43 | 0 | 5D | 5 | 67 | 5A | 33 |
| Octal | 117 | 362 | 20 | 103 | 0 | 135 | 5 | 147 | 132 | 63 |
| Binary | 1001111 | 11110010 | 10000 | 1000011 | 0 | 1011101 | 101 | 1100111 | 1011010 | 110011 |
Color Harmonies of #4FF210
Complementary color
Monochromatic Colors of #4FF210
Black with #4FF210
Text Example
Text Example
White with #4FF210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF210; }
p { color: rgb(79,242,16); }
H1.HeaderClassName
{
color: #4FF210;
}
.AnyTagClassName
{
color: #4FF210;
}
</style>
background-color css
<style>
a { background-color: #4FF210; }
a { background-color: rgb(79,242,16); }
div.DivClassName
{
background-color: #4FF210;
}
.BgClassName
{
background-color: #4FF210;
}
</style>
border-color css
<style>
span { border-color: #4FF210; }
span { border-color: rgb(79,242,16); }
td.TdClassName
{
border-color: #4FF210;
}
.TagClassName
{
border-color: #4FF210;
}
</style>