Shades of Harlequin #2FFA21
Tints of Harlequin #2FFA21
RGB
CMYK
RGB Variations
Color information
#2FFA21 (or 0x2FFA21) is known color: Harlequin. HEX triplet: 2F, FA and 21. RGB value is (47,250,33). Sum of RGB (Red+Green+Blue) = 47+250+33=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 250 (98.05% from 255 or 75.76% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFA21 is #D005DE. Grayscale: #A5A5A5. Windows color (decimal): -13632991 or 2226735. OLE color: 2226735.
HSL color Cylindrical-coordinate representation of color #2FFA21: hue angle of 116.13º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FFA21 is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 33 | - |
| CMYK | 0.81 | 0 | 0.87 | 0.02 |
| HSL | 116.13º | 0.96% | 0.55% | - |
| HSV(B) | 116.13º | 0.87% | 0.98% | - |
| XYZ | 35.63 | 69.09 | 12.9 | - |
| YUV | 164.57 | 53.75 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 33 | 0.81 | 0 | 0.87 | 0.02 | 116.13 | 0.96 | 0.55 |
| Hex | 2F | FA | 21 | 51 | 0 | 57 | 2 | 74 | 60 | 37 |
| Octal | 57 | 372 | 41 | 121 | 0 | 127 | 2 | 164 | 140 | 67 |
| Binary | 101111 | 11111010 | 100001 | 1010001 | 0 | 1010111 | 10 | 1110100 | 1100000 | 110111 |
Color Harmonies of #2FFA21
Complementary color
Monochromatic Colors of #2FFA21
Black with #2FFA21
Text Example
Text Example
White with #2FFA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA21; }
p { color: rgb(47,250,33); }
H1.HeaderClassName
{
color: #2FFA21;
}
.AnyTagClassName
{
color: #2FFA21;
}
</style>
background-color css
<style>
a { background-color: #2FFA21; }
a { background-color: rgb(47,250,33); }
div.DivClassName
{
background-color: #2FFA21;
}
.BgClassName
{
background-color: #2FFA21;
}
</style>
border-color css
<style>
span { border-color: #2FFA21; }
span { border-color: rgb(47,250,33); }
td.TdClassName
{
border-color: #2FFA21;
}
.TagClassName
{
border-color: #2FFA21;
}
</style>