Shades of Emerald #2BD977
Tints of Emerald #2BD977
RGB
CMYK
RGB Variations
Color information
#2BD977 (or 0x2BD977) is known color: Emerald. HEX triplet: 2B, D9 and 77. RGB value is (43,217,119). Sum of RGB (Red+Green+Blue) = 43+217+119=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 217 (85.16% from 255 or 57.26% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD977 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD977 is #D42688. Grayscale: #9A9A9A. Windows color (decimal): -13903497 or 7854379. OLE color: 7854379.
HSL color Cylindrical-coordinate representation of color #2BD977: hue angle of 146.21º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD977 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 217 | 119 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.15 |
| HSL | 146.21º | 0.7% | 0.51% | - |
| HSV(B) | 146.21º | 0.8% | 0.85% | - |
| XYZ | 29.14 | 51.47 | 25.85 | - |
| YUV | 153.8 | 108.35 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 217 | 119 | 0.80 | 0 | 0.45 | 0.15 | 146.21 | 0.7 | 0.51 |
| Hex | 2B | D9 | 77 | 50 | 0 | 2D | F | 92 | 46 | 33 |
| Octal | 53 | 331 | 167 | 120 | 0 | 55 | 17 | 222 | 106 | 63 |
| Binary | 101011 | 11011001 | 1110111 | 1010000 | 0 | 101101 | 1111 | 10010010 | 1000110 | 110011 |
Color Harmonies of #2BD977
Complementary color
Monochromatic Colors of #2BD977
Black with #2BD977
Text Example
Text Example
White with #2BD977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD977; }
p { color: rgb(43,217,119); }
H1.HeaderClassName
{
color: #2BD977;
}
.AnyTagClassName
{
color: #2BD977;
}
</style>
background-color css
<style>
a { background-color: #2BD977; }
a { background-color: rgb(43,217,119); }
div.DivClassName
{
background-color: #2BD977;
}
.BgClassName
{
background-color: #2BD977;
}
</style>
border-color css
<style>
span { border-color: #2BD977; }
span { border-color: rgb(43,217,119); }
td.TdClassName
{
border-color: #2BD977;
}
.TagClassName
{
border-color: #2BD977;
}
</style>