Shades of Emerald #2FD978
Tints of Emerald #2FD978
RGB
CMYK
RGB Variations
Color information
#2FD978 (or 0x2FD978) is known color: Emerald. HEX triplet: 2F, D9 and 78. RGB value is (47,217,120). Sum of RGB (Red+Green+Blue) = 47+217+120=384 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.24% from 384); Green value is 217 (85.16% from 255 or 56.51% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD978 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD978 is #D02687. Grayscale: #9B9B9B. Windows color (decimal): -13641352 or 7919919. OLE color: 7919919.
HSL color Cylindrical-coordinate representation of color #2FD978: hue angle of 145.76º degrees, saturation: 0.69, 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 #2FD978 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 217 | 120 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.15 |
| HSL | 145.76º | 0.69% | 0.52% | - |
| HSV(B) | 145.76º | 0.78% | 0.85% | - |
| XYZ | 29.38 | 51.59 | 26.18 | - |
| YUV | 155.11 | 108.18 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 217 | 120 | 0.78 | 0 | 0.45 | 0.15 | 145.76 | 0.69 | 0.52 |
| Hex | 2F | D9 | 78 | 4E | 0 | 2D | F | 92 | 45 | 34 |
| Octal | 57 | 331 | 170 | 116 | 0 | 55 | 17 | 222 | 105 | 64 |
| Binary | 101111 | 11011001 | 1111000 | 1001110 | 0 | 101101 | 1111 | 10010010 | 1000101 | 110100 |
Color Harmonies of #2FD978
Complementary color
Monochromatic Colors of #2FD978
Black with #2FD978
Text Example
Text Example
White with #2FD978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD978; }
p { color: rgb(47,217,120); }
H1.HeaderClassName
{
color: #2FD978;
}
.AnyTagClassName
{
color: #2FD978;
}
</style>
background-color css
<style>
a { background-color: #2FD978; }
a { background-color: rgb(47,217,120); }
div.DivClassName
{
background-color: #2FD978;
}
.BgClassName
{
background-color: #2FD978;
}
</style>
border-color css
<style>
span { border-color: #2FD978; }
span { border-color: rgb(47,217,120); }
td.TdClassName
{
border-color: #2FD978;
}
.TagClassName
{
border-color: #2FD978;
}
</style>