Shades of Emerald #2BDA71
Tints of Emerald #2BDA71
RGB
CMYK
RGB Variations
Color information
#2BDA71 (or 0x2BDA71) is known color: Emerald. HEX triplet: 2B, DA and 71. RGB value is (43,218,113). Sum of RGB (Red+Green+Blue) = 43+218+113=374 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.50% from 374); Green value is 218 (85.55% from 255 or 58.29% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDA71 is #D4258E. Grayscale: #999999. Windows color (decimal): -13903247 or 7461419. OLE color: 7461419.
HSL color Cylindrical-coordinate representation of color #2BDA71: hue angle of 144º 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 #2BDA71 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 113 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.15 |
| HSL | 144º | 0.7% | 0.51% | - |
| HSV(B) | 144º | 0.8% | 0.85% | - |
| XYZ | 29.05 | 51.85 | 24.1 | - |
| YUV | 153.71 | 105.02 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 113 | 0.80 | 0 | 0.48 | 0.15 | 144 | 0.7 | 0.51 |
| Hex | 2B | DA | 71 | 50 | 0 | 30 | F | 90 | 46 | 33 |
| Octal | 53 | 332 | 161 | 120 | 0 | 60 | 17 | 220 | 106 | 63 |
| Binary | 101011 | 11011010 | 1110001 | 1010000 | 0 | 110000 | 1111 | 10010000 | 1000110 | 110011 |
Color Harmonies of #2BDA71
Complementary color
Monochromatic Colors of #2BDA71
Black with #2BDA71
Text Example
Text Example
White with #2BDA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA71; }
p { color: rgb(43,218,113); }
H1.HeaderClassName
{
color: #2BDA71;
}
.AnyTagClassName
{
color: #2BDA71;
}
</style>
background-color css
<style>
a { background-color: #2BDA71; }
a { background-color: rgb(43,218,113); }
div.DivClassName
{
background-color: #2BDA71;
}
.BgClassName
{
background-color: #2BDA71;
}
</style>
border-color css
<style>
span { border-color: #2BDA71; }
span { border-color: rgb(43,218,113); }
td.TdClassName
{
border-color: #2BDA71;
}
.TagClassName
{
border-color: #2BDA71;
}
</style>