Shades of Harlequin #2FFA16
Tints of Harlequin #2FFA16
RGB
CMYK
RGB Variations
Color information
#2FFA16 (or 0x2FFA16) is known color: Harlequin. HEX triplet: 2F, FA and 16. RGB value is (47,250,22). Sum of RGB (Red+Green+Blue) = 47+250+22=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 250 (98.05% from 255 or 78.37% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FFA16 is #D005E9. Grayscale: #A4A4A4. Windows color (decimal): -13633002 or 1505839. OLE color: 1505839.
HSL color Cylindrical-coordinate representation of color #2FFA16: hue angle of 113.42º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FFA16 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 22 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.02 |
| HSL | 113.42º | 0.96% | 0.53% | - |
| HSV(B) | 113.42º | 0.91% | 0.98% | - |
| XYZ | 35.5 | 69.03 | 12.21 | - |
| YUV | 163.31 | 48.25 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 22 | 0.81 | 0 | 0.91 | 0.02 | 113.42 | 0.96 | 0.53 |
| Hex | 2F | FA | 16 | 51 | 0 | 5B | 2 | 71 | 60 | 35 |
| Octal | 57 | 372 | 26 | 121 | 0 | 133 | 2 | 161 | 140 | 65 |
| Binary | 101111 | 11111010 | 10110 | 1010001 | 0 | 1011011 | 10 | 1110001 | 1100000 | 110101 |
Color Harmonies of #2FFA16
Complementary color
Monochromatic Colors of #2FFA16
Black with #2FFA16
Text Example
Text Example
White with #2FFA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA16; }
p { color: rgb(47,250,22); }
H1.HeaderClassName
{
color: #2FFA16;
}
.AnyTagClassName
{
color: #2FFA16;
}
</style>
background-color css
<style>
a { background-color: #2FFA16; }
a { background-color: rgb(47,250,22); }
div.DivClassName
{
background-color: #2FFA16;
}
.BgClassName
{
background-color: #2FFA16;
}
</style>
border-color css
<style>
span { border-color: #2FFA16; }
span { border-color: rgb(47,250,22); }
td.TdClassName
{
border-color: #2FFA16;
}
.TagClassName
{
border-color: #2FFA16;
}
</style>