Shades of Emerald #2DDF75
Tints of Emerald #2DDF75
RGB
CMYK
RGB Variations
Color information
#2DDF75 (or 0x2DDF75) is known color: Emerald. HEX triplet: 2D, DF and 75. RGB value is (45,223,117). Sum of RGB (Red+Green+Blue) = 45+223+117=385 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.69% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDF75 is #D2208A. Grayscale: #9D9D9D. Windows color (decimal): -13770891 or 7724845. OLE color: 7724845.
HSL color Cylindrical-coordinate representation of color #2DDF75: hue angle of 144.27º 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 #2DDF75 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 117 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.13 |
| HSL | 144.27º | 0.74% | 0.53% | - |
| HSV(B) | 144.27º | 0.8% | 0.87% | - |
| XYZ | 30.68 | 54.62 | 25.75 | - |
| YUV | 157.69 | 105.03 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 117 | 0.80 | 0 | 0.48 | 0.13 | 144.27 | 0.74 | 0.53 |
| Hex | 2D | DF | 75 | 50 | 0 | 30 | D | 90 | 4A | 35 |
| Octal | 55 | 337 | 165 | 120 | 0 | 60 | 15 | 220 | 112 | 65 |
| Binary | 101101 | 11011111 | 1110101 | 1010000 | 0 | 110000 | 1101 | 10010000 | 1001010 | 110101 |
Color Harmonies of #2DDF75
Complementary color
Monochromatic Colors of #2DDF75
Black with #2DDF75
Text Example
Text Example
White with #2DDF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF75; }
p { color: rgb(45,223,117); }
H1.HeaderClassName
{
color: #2DDF75;
}
.AnyTagClassName
{
color: #2DDF75;
}
</style>
background-color css
<style>
a { background-color: #2DDF75; }
a { background-color: rgb(45,223,117); }
div.DivClassName
{
background-color: #2DDF75;
}
.BgClassName
{
background-color: #2DDF75;
}
</style>
border-color css
<style>
span { border-color: #2DDF75; }
span { border-color: rgb(45,223,117); }
td.TdClassName
{
border-color: #2DDF75;
}
.TagClassName
{
border-color: #2DDF75;
}
</style>