Shades of Emerald #2DDC79
Tints of Emerald #2DDC79
RGB
CMYK
RGB Variations
Color information
#2DDC79 (or 0x2DDC79) is known color: Emerald. HEX triplet: 2D, DC and 79. RGB value is (45,220,121). Sum of RGB (Red+Green+Blue) = 45+220+121=386 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.66% from 386); Green value is 220 (86.33% from 255 or 56.99% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDC79 is #D22386. Grayscale: #9C9C9C. Windows color (decimal): -13771655 or 7986221. OLE color: 7986221.
HSL color Cylindrical-coordinate representation of color #2DDC79: hue angle of 146.06º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDC79 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 121 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.14 |
| HSL | 146.06º | 0.71% | 0.52% | - |
| HSV(B) | 146.06º | 0.8% | 0.86% | - |
| XYZ | 30.13 | 53.12 | 26.76 | - |
| YUV | 156.39 | 108.02 | 48.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 121 | 0.80 | 0 | 0.45 | 0.14 | 146.06 | 0.71 | 0.52 |
| Hex | 2D | DC | 79 | 50 | 0 | 2D | E | 92 | 47 | 34 |
| Octal | 55 | 334 | 171 | 120 | 0 | 55 | 16 | 222 | 107 | 64 |
| Binary | 101101 | 11011100 | 1111001 | 1010000 | 0 | 101101 | 1110 | 10010010 | 1000111 | 110100 |
Color Harmonies of #2DDC79
Complementary color
Monochromatic Colors of #2DDC79
Black with #2DDC79
Text Example
Text Example
White with #2DDC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDC79; }
p { color: rgb(45,220,121); }
H1.HeaderClassName
{
color: #2DDC79;
}
.AnyTagClassName
{
color: #2DDC79;
}
</style>
background-color css
<style>
a { background-color: #2DDC79; }
a { background-color: rgb(45,220,121); }
div.DivClassName
{
background-color: #2DDC79;
}
.BgClassName
{
background-color: #2DDC79;
}
</style>
border-color css
<style>
span { border-color: #2DDC79; }
span { border-color: rgb(45,220,121); }
td.TdClassName
{
border-color: #2DDC79;
}
.TagClassName
{
border-color: #2DDC79;
}
</style>