Shades of Emerald #2FD77A
Tints of Emerald #2FD77A
RGB
CMYK
RGB Variations
Color information
#2FD77A (or 0x2FD77A) is known color: Emerald. HEX triplet: 2F, D7 and 7A. RGB value is (47,215,122). Sum of RGB (Red+Green+Blue) = 47+215+122=384 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.24% from 384); Green value is 215 (84.38% from 255 or 55.99% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD77A is #D02885. Grayscale: #9A9A9A. Windows color (decimal): -13641862 or 8050479. OLE color: 8050479.
HSL color Cylindrical-coordinate representation of color #2FD77A: hue angle of 146.79º degrees, saturation: 0.68, 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 #2FD77A is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 215 | 122 | - |
| CMYK | 0.78 | 0 | 0.43 | 0.16 |
| HSL | 146.79º | 0.68% | 0.51% | - |
| HSV(B) | 146.79º | 0.78% | 0.84% | - |
| XYZ | 28.99 | 50.61 | 26.65 | - |
| YUV | 154.17 | 109.84 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 215 | 122 | 0.78 | 0 | 0.43 | 0.16 | 146.79 | 0.68 | 0.51 |
| Hex | 2F | D7 | 7A | 4E | 0 | 2B | 10 | 93 | 44 | 33 |
| Octal | 57 | 327 | 172 | 116 | 0 | 53 | 20 | 223 | 104 | 63 |
| Binary | 101111 | 11010111 | 1111010 | 1001110 | 0 | 101011 | 10000 | 10010011 | 1000100 | 110011 |
Color Harmonies of #2FD77A
Complementary color
Monochromatic Colors of #2FD77A
Black with #2FD77A
Text Example
Text Example
White with #2FD77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD77A; }
p { color: rgb(47,215,122); }
H1.HeaderClassName
{
color: #2FD77A;
}
.AnyTagClassName
{
color: #2FD77A;
}
</style>
background-color css
<style>
a { background-color: #2FD77A; }
a { background-color: rgb(47,215,122); }
div.DivClassName
{
background-color: #2FD77A;
}
.BgClassName
{
background-color: #2FD77A;
}
</style>
border-color css
<style>
span { border-color: #2FD77A; }
span { border-color: rgb(47,215,122); }
td.TdClassName
{
border-color: #2FD77A;
}
.TagClassName
{
border-color: #2FD77A;
}
</style>