Shades of Emerald #2FD570
Tints of Emerald #2FD570
RGB
CMYK
RGB Variations
Color information
#2FD570 (or 0x2FD570) is known color: Emerald. HEX triplet: 2F, D5 and 70. RGB value is (47,213,112). Sum of RGB (Red+Green+Blue) = 47+213+112=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 213 (83.59% from 255 or 57.26% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD570 is #D02A8F. Grayscale: #989898. Windows color (decimal): -13642384 or 7394607. OLE color: 7394607.
HSL color Cylindrical-coordinate representation of color #2FD570: hue angle of 143.49º 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 #2FD570 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 112 | - |
| CMYK | 0.78 | 0 | 0.47 | 0.16 |
| HSL | 143.49º | 0.66% | 0.51% | - |
| HSV(B) | 143.49º | 0.78% | 0.84% | - |
| XYZ | 27.89 | 49.36 | 23.39 | - |
| YUV | 151.85 | 105.5 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 112 | 0.78 | 0 | 0.47 | 0.16 | 143.49 | 0.66 | 0.51 |
| Hex | 2F | D5 | 70 | 4E | 0 | 2F | 10 | 8F | 42 | 33 |
| Octal | 57 | 325 | 160 | 116 | 0 | 57 | 20 | 217 | 102 | 63 |
| Binary | 101111 | 11010101 | 1110000 | 1001110 | 0 | 101111 | 10000 | 10001111 | 1000010 | 110011 |
Color Harmonies of #2FD570
Complementary color
Monochromatic Colors of #2FD570
Black with #2FD570
Text Example
Text Example
White with #2FD570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD570; }
p { color: rgb(47,213,112); }
H1.HeaderClassName
{
color: #2FD570;
}
.AnyTagClassName
{
color: #2FD570;
}
</style>
background-color css
<style>
a { background-color: #2FD570; }
a { background-color: rgb(47,213,112); }
div.DivClassName
{
background-color: #2FD570;
}
.BgClassName
{
background-color: #2FD570;
}
</style>
border-color css
<style>
span { border-color: #2FD570; }
span { border-color: rgb(47,213,112); }
td.TdClassName
{
border-color: #2FD570;
}
.TagClassName
{
border-color: #2FD570;
}
</style>