Shades of Emerald #2DDD6F
Tints of Emerald #2DDD6F
RGB
CMYK
RGB Variations
Color information
#2DDD6F (or 0x2DDD6F) is known color: Emerald. HEX triplet: 2D, DD and 6F. RGB value is (45,221,111). Sum of RGB (Red+Green+Blue) = 45+221+111=377 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.94% from 377); Green value is 221 (86.72% from 255 or 58.62% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDD6F is #D22290. Grayscale: #9C9C9C. Windows color (decimal): -13771409 or 7331117. OLE color: 7331117.
HSL color Cylindrical-coordinate representation of color #2DDD6F: hue angle of 142.5º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDD6F is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 111 | - |
| CMYK | 0.80 | 0 | 0.50 | 0.13 |
| HSL | 142.5º | 0.72% | 0.52% | - |
| HSV(B) | 142.5º | 0.8% | 0.87% | - |
| XYZ | 29.81 | 53.42 | 23.78 | - |
| YUV | 155.84 | 102.69 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 111 | 0.80 | 0 | 0.50 | 0.13 | 142.5 | 0.72 | 0.52 |
| Hex | 2D | DD | 6F | 50 | 0 | 32 | D | 8E | 48 | 34 |
| Octal | 55 | 335 | 157 | 120 | 0 | 62 | 15 | 216 | 110 | 64 |
| Binary | 101101 | 11011101 | 1101111 | 1010000 | 0 | 110010 | 1101 | 10001110 | 1001000 | 110100 |
Color Harmonies of #2DDD6F
Complementary color
Monochromatic Colors of #2DDD6F
Black with #2DDD6F
Text Example
Text Example
White with #2DDD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD6F; }
p { color: rgb(45,221,111); }
H1.HeaderClassName
{
color: #2DDD6F;
}
.AnyTagClassName
{
color: #2DDD6F;
}
</style>
background-color css
<style>
a { background-color: #2DDD6F; }
a { background-color: rgb(45,221,111); }
div.DivClassName
{
background-color: #2DDD6F;
}
.BgClassName
{
background-color: #2DDD6F;
}
</style>
border-color css
<style>
span { border-color: #2DDD6F; }
span { border-color: rgb(45,221,111); }
td.TdClassName
{
border-color: #2DDD6F;
}
.TagClassName
{
border-color: #2DDD6F;
}
</style>