Shades of Emerald #2DDF76
Tints of Emerald #2DDF76
RGB
CMYK
RGB Variations
Color information
#2DDF76 (or 0x2DDF76) is known color: Emerald. HEX triplet: 2D, DF and 76. RGB value is (45,223,118). Sum of RGB (Red+Green+Blue) = 45+223+118=386 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.66% from 386); Green value is 223 (87.5% from 255 or 57.77% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDF76 is #D22089. Grayscale: #9E9E9E. Windows color (decimal): -13770890 or 7790381. OLE color: 7790381.
HSL color Cylindrical-coordinate representation of color #2DDF76: hue angle of 144.61º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDF76 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 118 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.13 |
| HSL | 144.61º | 0.74% | 0.53% | - |
| HSV(B) | 144.61º | 0.8% | 0.87% | - |
| XYZ | 30.74 | 54.64 | 26.07 | - |
| YUV | 157.81 | 105.53 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 118 | 0.80 | 0 | 0.47 | 0.13 | 144.61 | 0.74 | 0.53 |
| Hex | 2D | DF | 76 | 50 | 0 | 2F | D | 91 | 4A | 35 |
| Octal | 55 | 337 | 166 | 120 | 0 | 57 | 15 | 221 | 112 | 65 |
| Binary | 101101 | 11011111 | 1110110 | 1010000 | 0 | 101111 | 1101 | 10010001 | 1001010 | 110101 |
Color Harmonies of #2DDF76
Complementary color
Monochromatic Colors of #2DDF76
Black with #2DDF76
Text Example
Text Example
White with #2DDF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF76; }
p { color: rgb(45,223,118); }
H1.HeaderClassName
{
color: #2DDF76;
}
.AnyTagClassName
{
color: #2DDF76;
}
</style>
background-color css
<style>
a { background-color: #2DDF76; }
a { background-color: rgb(45,223,118); }
div.DivClassName
{
background-color: #2DDF76;
}
.BgClassName
{
background-color: #2DDF76;
}
</style>
border-color css
<style>
span { border-color: #2DDF76; }
span { border-color: rgb(45,223,118); }
td.TdClassName
{
border-color: #2DDF76;
}
.TagClassName
{
border-color: #2DDF76;
}
</style>