Shades of Emerald #2DDB79
Tints of Emerald #2DDB79
RGB
CMYK
RGB Variations
Color information
#2DDB79 (or 0x2DDB79) is known color: Emerald. HEX triplet: 2D, DB and 79. RGB value is (45,219,121). Sum of RGB (Red+Green+Blue) = 45+219+121=385 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.69% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #2DDB79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDB79 is #D22486. Grayscale: #9C9C9C. Windows color (decimal): -13771911 or 7985965. OLE color: 7985965.
HSL color Cylindrical-coordinate representation of color #2DDB79: hue angle of 146.21º degrees, saturation: 0.71, 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 #2DDB79 is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 219 | 121 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.14 |
| HSL | 146.21º | 0.71% | 0.52% | - |
| HSV(B) | 146.21º | 0.79% | 0.86% | - |
| XYZ | 29.86 | 52.6 | 26.67 | - |
| YUV | 155.8 | 108.35 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 219 | 121 | 0.79 | 0 | 0.45 | 0.14 | 146.21 | 0.71 | 0.52 |
| Hex | 2D | DB | 79 | 4F | 0 | 2D | E | 92 | 47 | 34 |
| Octal | 55 | 333 | 171 | 117 | 0 | 55 | 16 | 222 | 107 | 64 |
| Binary | 101101 | 11011011 | 1111001 | 1001111 | 0 | 101101 | 1110 | 10010010 | 1000111 | 110100 |
Color Harmonies of #2DDB79
Complementary color
Monochromatic Colors of #2DDB79
Black with #2DDB79
Text Example
Text Example
White with #2DDB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDB79; }
p { color: rgb(45,219,121); }
H1.HeaderClassName
{
color: #2DDB79;
}
.AnyTagClassName
{
color: #2DDB79;
}
</style>
background-color css
<style>
a { background-color: #2DDB79; }
a { background-color: rgb(45,219,121); }
div.DivClassName
{
background-color: #2DDB79;
}
.BgClassName
{
background-color: #2DDB79;
}
</style>
border-color css
<style>
span { border-color: #2DDB79; }
span { border-color: rgb(45,219,121); }
td.TdClassName
{
border-color: #2DDB79;
}
.TagClassName
{
border-color: #2DDB79;
}
</style>