Shades of Emerald #2FD571
Tints of Emerald #2FD571
RGB
CMYK
RGB Variations
Color information
#2FD571 (or 0x2FD571) is known color: Emerald. HEX triplet: 2F, D5 and 71. RGB value is (47,213,113). Sum of RGB (Red+Green+Blue) = 47+213+113=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 213 (83.59% from 255 or 57.10% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD571 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD571 is #D02A8E. Grayscale: #989898. Windows color (decimal): -13642383 or 7460143. OLE color: 7460143.
HSL color Cylindrical-coordinate representation of color #2FD571: hue angle of 143.86º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD571 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 113 | - |
| CMYK | 0.78 | 0 | 0.47 | 0.16 |
| HSL | 143.86º | 0.66% | 0.51% | - |
| HSV(B) | 143.86º | 0.78% | 0.84% | - |
| XYZ | 27.95 | 49.39 | 23.68 | - |
| YUV | 151.97 | 106 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 113 | 0.78 | 0 | 0.47 | 0.16 | 143.86 | 0.66 | 0.51 |
| Hex | 2F | D5 | 71 | 4E | 0 | 2F | 10 | 90 | 42 | 33 |
| Octal | 57 | 325 | 161 | 116 | 0 | 57 | 20 | 220 | 102 | 63 |
| Binary | 101111 | 11010101 | 1110001 | 1001110 | 0 | 101111 | 10000 | 10010000 | 1000010 | 110011 |
Color Harmonies of #2FD571
Complementary color
Monochromatic Colors of #2FD571
Black with #2FD571
Text Example
Text Example
White with #2FD571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD571; }
p { color: rgb(47,213,113); }
H1.HeaderClassName
{
color: #2FD571;
}
.AnyTagClassName
{
color: #2FD571;
}
</style>
background-color css
<style>
a { background-color: #2FD571; }
a { background-color: rgb(47,213,113); }
div.DivClassName
{
background-color: #2FD571;
}
.BgClassName
{
background-color: #2FD571;
}
</style>
border-color css
<style>
span { border-color: #2FD571; }
span { border-color: rgb(47,213,113); }
td.TdClassName
{
border-color: #2FD571;
}
.TagClassName
{
border-color: #2FD571;
}
</style>