Shades of Emerald #2DD976
Tints of Emerald #2DD976
RGB
CMYK
RGB Variations
Color information
#2DD976 (or 0x2DD976) is known color: Emerald. HEX triplet: 2D, D9 and 76. RGB value is (45,217,118). Sum of RGB (Red+Green+Blue) = 45+217+118=380 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.84% from 380); Green value is 217 (85.16% from 255 or 57.11% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 217 - color contains mainly: green. Hex color #2DD976 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD976 is #D22689. Grayscale: #9A9A9A. Windows color (decimal): -13772426 or 7788845. OLE color: 7788845.
HSL color Cylindrical-coordinate representation of color #2DD976: hue angle of 145.47º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD976 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 217 | 118 | - |
| CMYK | 0.79 | 0 | 0.46 | 0.15 |
| HSL | 145.47º | 0.69% | 0.51% | - |
| HSV(B) | 145.47º | 0.79% | 0.85% | - |
| XYZ | 29.17 | 51.49 | 25.54 | - |
| YUV | 154.29 | 107.52 | 50.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 217 | 118 | 0.79 | 0 | 0.46 | 0.15 | 145.47 | 0.69 | 0.51 |
| Hex | 2D | D9 | 76 | 4F | 0 | 2E | F | 91 | 45 | 33 |
| Octal | 55 | 331 | 166 | 117 | 0 | 56 | 17 | 221 | 105 | 63 |
| Binary | 101101 | 11011001 | 1110110 | 1001111 | 0 | 101110 | 1111 | 10010001 | 1000101 | 110011 |
Color Harmonies of #2DD976
Complementary color
Monochromatic Colors of #2DD976
Black with #2DD976
Text Example
Text Example
White with #2DD976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD976; }
p { color: rgb(45,217,118); }
H1.HeaderClassName
{
color: #2DD976;
}
.AnyTagClassName
{
color: #2DD976;
}
</style>
background-color css
<style>
a { background-color: #2DD976; }
a { background-color: rgb(45,217,118); }
div.DivClassName
{
background-color: #2DD976;
}
.BgClassName
{
background-color: #2DD976;
}
</style>
border-color css
<style>
span { border-color: #2DD976; }
span { border-color: rgb(45,217,118); }
td.TdClassName
{
border-color: #2DD976;
}
.TagClassName
{
border-color: #2DD976;
}
</style>