Shades of Harlequin #2FE715
Tints of Harlequin #2FE715
RGB
CMYK
RGB Variations
Color information
#2FE715 (or 0x2FE715) is known color: Harlequin. HEX triplet: 2F, E7 and 15. RGB value is (47,231,21). Sum of RGB (Red+Green+Blue) = 47+231+21=299 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.72% from 299); Green value is 231 (90.62% from 255 or 77.26% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE715 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE715 is #D018EA. Grayscale: #989898. Windows color (decimal): -13637867 or 1435439. OLE color: 1435439.
HSL color Cylindrical-coordinate representation of color #2FE715: hue angle of 112.57º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FE715 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 231 | 21 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.09 |
| HSL | 112.57º | 0.83% | 0.49% | - |
| HSV(B) | 112.57º | 0.91% | 0.91% | - |
| XYZ | 29.88 | 57.81 | 10.29 | - |
| YUV | 152.04 | 54.04 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 231 | 21 | 0.80 | 0 | 0.91 | 0.09 | 112.57 | 0.83 | 0.49 |
| Hex | 2F | E7 | 15 | 50 | 0 | 5B | 9 | 71 | 53 | 31 |
| Octal | 57 | 347 | 25 | 120 | 0 | 133 | 11 | 161 | 123 | 61 |
| Binary | 101111 | 11100111 | 10101 | 1010000 | 0 | 1011011 | 1001 | 1110001 | 1010011 | 110001 |
Color Harmonies of #2FE715
Complementary color
Monochromatic Colors of #2FE715
Black with #2FE715
Text Example
Text Example
White with #2FE715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE715; }
p { color: rgb(47,231,21); }
H1.HeaderClassName
{
color: #2FE715;
}
.AnyTagClassName
{
color: #2FE715;
}
</style>
background-color css
<style>
a { background-color: #2FE715; }
a { background-color: rgb(47,231,21); }
div.DivClassName
{
background-color: #2FE715;
}
.BgClassName
{
background-color: #2FE715;
}
</style>
border-color css
<style>
span { border-color: #2FE715; }
span { border-color: rgb(47,231,21); }
td.TdClassName
{
border-color: #2FE715;
}
.TagClassName
{
border-color: #2FE715;
}
</style>