Shades of Harlequin #2FE710
Tints of Harlequin #2FE710
RGB
CMYK
RGB Variations
Color information
#2FE710 (or 0x2FE710) is known color: Harlequin. HEX triplet: 2F, E7 and 10. RGB value is (47,231,16). Sum of RGB (Red+Green+Blue) = 47+231+16=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 231 (90.62% from 255 or 78.57% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE710 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE710 is #D018EF. Grayscale: #989898. Windows color (decimal): -13637872 or 1107759. OLE color: 1107759.
HSL color Cylindrical-coordinate representation of color #2FE710: hue angle of 111.35º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FE710 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 231 | 16 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.09 |
| HSL | 111.35º | 0.87% | 0.48% | - |
| HSV(B) | 111.35º | 0.93% | 0.91% | - |
| XYZ | 29.84 | 57.79 | 10.07 | - |
| YUV | 151.47 | 51.54 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 231 | 16 | 0.80 | 0 | 0.93 | 0.09 | 111.35 | 0.87 | 0.48 |
| Hex | 2F | E7 | 10 | 50 | 0 | 5D | 9 | 6F | 57 | 30 |
| Octal | 57 | 347 | 20 | 120 | 0 | 135 | 11 | 157 | 127 | 60 |
| Binary | 101111 | 11100111 | 10000 | 1010000 | 0 | 1011101 | 1001 | 1101111 | 1010111 | 110000 |
Color Harmonies of #2FE710
Complementary color
Monochromatic Colors of #2FE710
Black with #2FE710
Text Example
Text Example
White with #2FE710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE710; }
p { color: rgb(47,231,16); }
H1.HeaderClassName
{
color: #2FE710;
}
.AnyTagClassName
{
color: #2FE710;
}
</style>
background-color css
<style>
a { background-color: #2FE710; }
a { background-color: rgb(47,231,16); }
div.DivClassName
{
background-color: #2FE710;
}
.BgClassName
{
background-color: #2FE710;
}
</style>
border-color css
<style>
span { border-color: #2FE710; }
span { border-color: rgb(47,231,16); }
td.TdClassName
{
border-color: #2FE710;
}
.TagClassName
{
border-color: #2FE710;
}
</style>