Shades of Harlequin #4FF212
Tints of Harlequin #4FF212
RGB
CMYK
RGB Variations
Color information
#4FF212 (or 0x4FF212) is known color: Harlequin. HEX triplet: 4F, F2 and 12. RGB value is (79,242,18). Sum of RGB (Red+Green+Blue) = 79+242+18=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 242 (94.92% from 255 or 71.39% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF212 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #4FF212 is #B00DED. Grayscale: #A8A8A8. Windows color (decimal): -11537902 or 1241679. OLE color: 1241679.
HSL color Cylindrical-coordinate representation of color #4FF212: hue angle of 103.66º 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 #4FF212 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 242 | 18 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.05 |
| HSL | 103.66º | 0.9% | 0.51% | - |
| HSV(B) | 103.66º | 0.93% | 0.95% | - |
| XYZ | 35.09 | 65.21 | 11.31 | - |
| YUV | 167.73 | 43.5 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 242 | 18 | 0.67 | 0 | 0.93 | 0.05 | 103.66 | 0.9 | 0.51 |
| Hex | 4F | F2 | 12 | 43 | 0 | 5D | 5 | 68 | 5A | 33 |
| Octal | 117 | 362 | 22 | 103 | 0 | 135 | 5 | 150 | 132 | 63 |
| Binary | 1001111 | 11110010 | 10010 | 1000011 | 0 | 1011101 | 101 | 1101000 | 1011010 | 110011 |
Color Harmonies of #4FF212
Complementary color
Monochromatic Colors of #4FF212
Black with #4FF212
Text Example
Text Example
White with #4FF212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF212; }
p { color: rgb(79,242,18); }
H1.HeaderClassName
{
color: #4FF212;
}
.AnyTagClassName
{
color: #4FF212;
}
</style>
background-color css
<style>
a { background-color: #4FF212; }
a { background-color: rgb(79,242,18); }
div.DivClassName
{
background-color: #4FF212;
}
.BgClassName
{
background-color: #4FF212;
}
</style>
border-color css
<style>
span { border-color: #4FF212; }
span { border-color: rgb(79,242,18); }
td.TdClassName
{
border-color: #4FF212;
}
.TagClassName
{
border-color: #4FF212;
}
</style>