Shades of Harlequin #2FD705
Tints of Harlequin #2FD705
RGB
CMYK
RGB Variations
Color information
#2FD705 (or 0x2FD705) is known color: Harlequin. HEX triplet: 2F, D7 and 05. RGB value is (47,215,5). Sum of RGB (Red+Green+Blue) = 47+215+5=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 215 (84.38% from 255 or 80.52% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD705 is #D028FA. Grayscale: #8D8D8D. Windows color (decimal): -13641979 or 382767. OLE color: 382767.
HSL color Cylindrical-coordinate representation of color #2FD705: hue angle of 108º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FD705 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 215 | 5 | - |
| CMYK | 0.78 | 0 | 0.98 | 0.16 |
| HSL | 108º | 0.95% | 0.43% | - |
| HSV(B) | 108º | 0.98% | 0.84% | - |
| XYZ | 25.5 | 49.22 | 8.3 | - |
| YUV | 140.83 | 51.34 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 215 | 5 | 0.78 | 0 | 0.98 | 0.16 | 108 | 0.95 | 0.43 |
| Hex | 2F | D7 | 5 | 4E | 0 | 62 | 10 | 6C | 5F | 2B |
| Octal | 57 | 327 | 5 | 116 | 0 | 142 | 20 | 154 | 137 | 53 |
| Binary | 101111 | 11010111 | 101 | 1001110 | 0 | 1100010 | 10000 | 1101100 | 1011111 | 101011 |
Color Harmonies of #2FD705
Complementary color
Monochromatic Colors of #2FD705
Black with #2FD705
Text Example
Text Example
White with #2FD705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD705; }
p { color: rgb(47,215,5); }
H1.HeaderClassName
{
color: #2FD705;
}
.AnyTagClassName
{
color: #2FD705;
}
</style>
background-color css
<style>
a { background-color: #2FD705; }
a { background-color: rgb(47,215,5); }
div.DivClassName
{
background-color: #2FD705;
}
.BgClassName
{
background-color: #2FD705;
}
</style>
border-color css
<style>
span { border-color: #2FD705; }
span { border-color: rgb(47,215,5); }
td.TdClassName
{
border-color: #2FD705;
}
.TagClassName
{
border-color: #2FD705;
}
</style>