Shades of Emerald #2DDC77
Tints of Emerald #2DDC77
RGB
CMYK
RGB Variations
Color information
#2DDC77 (or 0x2DDC77) is known color: Emerald. HEX triplet: 2D, DC and 77. RGB value is (45,220,119). Sum of RGB (Red+Green+Blue) = 45+220+119=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 220 (86.33% from 255 or 57.29% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDC77 is #D22388. Grayscale: #9C9C9C. Windows color (decimal): -13771657 or 7855149. OLE color: 7855149.
HSL color Cylindrical-coordinate representation of color #2DDC77: hue angle of 145.37º 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 #2DDC77 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 119 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.14 |
| HSL | 145.37º | 0.71% | 0.52% | - |
| HSV(B) | 145.37º | 0.8% | 0.86% | - |
| XYZ | 30.01 | 53.08 | 26.12 | - |
| YUV | 156.16 | 107.02 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 119 | 0.80 | 0 | 0.46 | 0.14 | 145.37 | 0.71 | 0.52 |
| Hex | 2D | DC | 77 | 50 | 0 | 2E | E | 91 | 47 | 34 |
| Octal | 55 | 334 | 167 | 120 | 0 | 56 | 16 | 221 | 107 | 64 |
| Binary | 101101 | 11011100 | 1110111 | 1010000 | 0 | 101110 | 1110 | 10010001 | 1000111 | 110100 |
Color Harmonies of #2DDC77
Complementary color
Monochromatic Colors of #2DDC77
Black with #2DDC77
Text Example
Text Example
White with #2DDC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDC77; }
p { color: rgb(45,220,119); }
H1.HeaderClassName
{
color: #2DDC77;
}
.AnyTagClassName
{
color: #2DDC77;
}
</style>
background-color css
<style>
a { background-color: #2DDC77; }
a { background-color: rgb(45,220,119); }
div.DivClassName
{
background-color: #2DDC77;
}
.BgClassName
{
background-color: #2DDC77;
}
</style>
border-color css
<style>
span { border-color: #2DDC77; }
span { border-color: rgb(45,220,119); }
td.TdClassName
{
border-color: #2DDC77;
}
.TagClassName
{
border-color: #2DDC77;
}
</style>