Shades of Harlequin #2FE816
Tints of Harlequin #2FE816
RGB
CMYK
RGB Variations
Color information
#2FE816 (or 0x2FE816) is known color: Harlequin. HEX triplet: 2F, E8 and 16. RGB value is (47,232,22). Sum of RGB (Red+Green+Blue) = 47+232+22=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 232 (91.02% from 255 or 77.08% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE816 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE816 is #D017E9. Grayscale: #999999. Windows color (decimal): -13637610 or 1501231. OLE color: 1501231.
HSL color Cylindrical-coordinate representation of color #2FE816: hue angle of 112.86º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FE816 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 232 | 22 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.09 |
| HSL | 112.86º | 0.83% | 0.5% | - |
| HSV(B) | 112.86º | 0.91% | 0.91% | - |
| XYZ | 30.17 | 58.38 | 10.44 | - |
| YUV | 152.75 | 54.21 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 232 | 22 | 0.80 | 0 | 0.91 | 0.09 | 112.86 | 0.83 | 0.5 |
| Hex | 2F | E8 | 16 | 50 | 0 | 5B | 9 | 71 | 53 | 32 |
| Octal | 57 | 350 | 26 | 120 | 0 | 133 | 11 | 161 | 123 | 62 |
| Binary | 101111 | 11101000 | 10110 | 1010000 | 0 | 1011011 | 1001 | 1110001 | 1010011 | 110010 |
Color Harmonies of #2FE816
Complementary color
Monochromatic Colors of #2FE816
Black with #2FE816
Text Example
Text Example
White with #2FE816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE816; }
p { color: rgb(47,232,22); }
H1.HeaderClassName
{
color: #2FE816;
}
.AnyTagClassName
{
color: #2FE816;
}
</style>
background-color css
<style>
a { background-color: #2FE816; }
a { background-color: rgb(47,232,22); }
div.DivClassName
{
background-color: #2FE816;
}
.BgClassName
{
background-color: #2FE816;
}
</style>
border-color css
<style>
span { border-color: #2FE816; }
span { border-color: rgb(47,232,22); }
td.TdClassName
{
border-color: #2FE816;
}
.TagClassName
{
border-color: #2FE816;
}
</style>