Shades of Emerald #2DDF73
Tints of Emerald #2DDF73
RGB
CMYK
RGB Variations
Color information
#2DDF73 (or 0x2DDF73) is known color: Emerald. HEX triplet: 2D, DF and 73. RGB value is (45,223,115). Sum of RGB (Red+Green+Blue) = 45+223+115=383 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.75% from 383); Green value is 223 (87.5% from 255 or 58.22% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDF73 is #D2208C. Grayscale: #9D9D9D. Windows color (decimal): -13770893 or 7593773. OLE color: 7593773.
HSL color Cylindrical-coordinate representation of color #2DDF73: hue angle of 143.6º 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 #2DDF73 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 115 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.13 |
| HSL | 143.6º | 0.74% | 0.53% | - |
| HSV(B) | 143.6º | 0.8% | 0.87% | - |
| XYZ | 30.56 | 54.57 | 25.14 | - |
| YUV | 157.47 | 104.03 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 115 | 0.80 | 0 | 0.48 | 0.13 | 143.6 | 0.74 | 0.53 |
| Hex | 2D | DF | 73 | 50 | 0 | 30 | D | 90 | 4A | 35 |
| Octal | 55 | 337 | 163 | 120 | 0 | 60 | 15 | 220 | 112 | 65 |
| Binary | 101101 | 11011111 | 1110011 | 1010000 | 0 | 110000 | 1101 | 10010000 | 1001010 | 110101 |
Color Harmonies of #2DDF73
Complementary color
Monochromatic Colors of #2DDF73
Black with #2DDF73
Text Example
Text Example
White with #2DDF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF73; }
p { color: rgb(45,223,115); }
H1.HeaderClassName
{
color: #2DDF73;
}
.AnyTagClassName
{
color: #2DDF73;
}
</style>
background-color css
<style>
a { background-color: #2DDF73; }
a { background-color: rgb(45,223,115); }
div.DivClassName
{
background-color: #2DDF73;
}
.BgClassName
{
background-color: #2DDF73;
}
</style>
border-color css
<style>
span { border-color: #2DDF73; }
span { border-color: rgb(45,223,115); }
td.TdClassName
{
border-color: #2DDF73;
}
.TagClassName
{
border-color: #2DDF73;
}
</style>