Shades of Emerald #2FDB77
Tints of Emerald #2FDB77
RGB
CMYK
RGB Variations
Color information
#2FDB77 (or 0x2FDB77) is known color: Emerald. HEX triplet: 2F, DB and 77. RGB value is (47,219,119). Sum of RGB (Red+Green+Blue) = 47+219+119=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #2FDB77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDB77 is #D02488. Grayscale: #9C9C9C. Windows color (decimal): -13640841 or 7854895. OLE color: 7854895.
HSL color Cylindrical-coordinate representation of color #2FDB77: hue angle of 145.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDB77 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 219 | 119 | - |
| CMYK | 0.79 | 0 | 0.46 | 0.14 |
| HSL | 145.12º | 0.7% | 0.52% | - |
| HSV(B) | 145.12º | 0.79% | 0.86% | - |
| XYZ | 29.83 | 52.6 | 26.03 | - |
| YUV | 156.17 | 107.02 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 119 | 0.79 | 0 | 0.46 | 0.14 | 145.12 | 0.7 | 0.52 |
| Hex | 2F | DB | 77 | 4F | 0 | 2E | E | 91 | 46 | 34 |
| Octal | 57 | 333 | 167 | 117 | 0 | 56 | 16 | 221 | 106 | 64 |
| Binary | 101111 | 11011011 | 1110111 | 1001111 | 0 | 101110 | 1110 | 10010001 | 1000110 | 110100 |
Color Harmonies of #2FDB77
Complementary color
Monochromatic Colors of #2FDB77
Black with #2FDB77
Text Example
Text Example
White with #2FDB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDB77; }
p { color: rgb(47,219,119); }
H1.HeaderClassName
{
color: #2FDB77;
}
.AnyTagClassName
{
color: #2FDB77;
}
</style>
background-color css
<style>
a { background-color: #2FDB77; }
a { background-color: rgb(47,219,119); }
div.DivClassName
{
background-color: #2FDB77;
}
.BgClassName
{
background-color: #2FDB77;
}
</style>
border-color css
<style>
span { border-color: #2FDB77; }
span { border-color: rgb(47,219,119); }
td.TdClassName
{
border-color: #2FDB77;
}
.TagClassName
{
border-color: #2FDB77;
}
</style>