Shades of Emerald #2DDF79
Tints of Emerald #2DDF79
RGB
CMYK
RGB Variations
Color information
#2DDF79 (or 0x2DDF79) is known color: Emerald. HEX triplet: 2D, DF and 79. RGB value is (45,223,121). Sum of RGB (Red+Green+Blue) = 45+223+121=389 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.57% from 389); Green value is 223 (87.5% from 255 or 57.33% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDF79 is #D22086. Grayscale: #9E9E9E. Windows color (decimal): -13770887 or 7986989. OLE color: 7986989.
HSL color Cylindrical-coordinate representation of color #2DDF79: hue angle of 145.62º 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 #2DDF79 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 121 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.13 |
| HSL | 145.62º | 0.74% | 0.53% | - |
| HSV(B) | 145.62º | 0.8% | 0.87% | - |
| XYZ | 30.92 | 54.71 | 27.02 | - |
| YUV | 158.15 | 107.03 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 121 | 0.80 | 0 | 0.46 | 0.13 | 145.62 | 0.74 | 0.53 |
| Hex | 2D | DF | 79 | 50 | 0 | 2E | D | 92 | 4A | 35 |
| Octal | 55 | 337 | 171 | 120 | 0 | 56 | 15 | 222 | 112 | 65 |
| Binary | 101101 | 11011111 | 1111001 | 1010000 | 0 | 101110 | 1101 | 10010010 | 1001010 | 110101 |
Color Harmonies of #2DDF79
Complementary color
Monochromatic Colors of #2DDF79
Black with #2DDF79
Text Example
Text Example
White with #2DDF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF79; }
p { color: rgb(45,223,121); }
H1.HeaderClassName
{
color: #2DDF79;
}
.AnyTagClassName
{
color: #2DDF79;
}
</style>
background-color css
<style>
a { background-color: #2DDF79; }
a { background-color: rgb(45,223,121); }
div.DivClassName
{
background-color: #2DDF79;
}
.BgClassName
{
background-color: #2DDF79;
}
</style>
border-color css
<style>
span { border-color: #2DDF79; }
span { border-color: rgb(45,223,121); }
td.TdClassName
{
border-color: #2DDF79;
}
.TagClassName
{
border-color: #2DDF79;
}
</style>