Shades of Emerald #2FD871
Tints of Emerald #2FD871
RGB
CMYK
RGB Variations
Color information
#2FD871 (or 0x2FD871) is known color: Emerald. HEX triplet: 2F, D8 and 71. RGB value is (47,216,113). Sum of RGB (Red+Green+Blue) = 47+216+113=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 216 (84.77% from 255 or 57.45% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD871 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD871 is #D0278E. Grayscale: #999999. Windows color (decimal): -13641615 or 7460911. OLE color: 7460911.
HSL color Cylindrical-coordinate representation of color #2FD871: hue angle of 143.43º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD871 is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 216 | 113 | - |
| CMYK | 0.78 | 0 | 0.48 | 0.15 |
| HSL | 143.43º | 0.68% | 0.52% | - |
| HSV(B) | 143.43º | 0.78% | 0.85% | - |
| XYZ | 28.71 | 50.91 | 23.94 | - |
| YUV | 153.73 | 105.01 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 216 | 113 | 0.78 | 0 | 0.48 | 0.15 | 143.43 | 0.68 | 0.52 |
| Hex | 2F | D8 | 71 | 4E | 0 | 30 | F | 8F | 44 | 34 |
| Octal | 57 | 330 | 161 | 116 | 0 | 60 | 17 | 217 | 104 | 64 |
| Binary | 101111 | 11011000 | 1110001 | 1001110 | 0 | 110000 | 1111 | 10001111 | 1000100 | 110100 |
Color Harmonies of #2FD871
Complementary color
Monochromatic Colors of #2FD871
Black with #2FD871
Text Example
Text Example
White with #2FD871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD871; }
p { color: rgb(47,216,113); }
H1.HeaderClassName
{
color: #2FD871;
}
.AnyTagClassName
{
color: #2FD871;
}
</style>
background-color css
<style>
a { background-color: #2FD871; }
a { background-color: rgb(47,216,113); }
div.DivClassName
{
background-color: #2FD871;
}
.BgClassName
{
background-color: #2FD871;
}
</style>
border-color css
<style>
span { border-color: #2FD871; }
span { border-color: rgb(47,216,113); }
td.TdClassName
{
border-color: #2FD871;
}
.TagClassName
{
border-color: #2FD871;
}
</style>