Shades of Emerald #29DD74
Tints of Emerald #29DD74
RGB
CMYK
RGB Variations
Color information
#29DD74 (or 0x29DD74) is known color: Emerald. HEX triplet: 29, DD and 74. RGB value is (41,221,116). Sum of RGB (Red+Green+Blue) = 41+221+116=378 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.85% from 378); Green value is 221 (86.72% from 255 or 58.47% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 221 - color contains mainly: green. Hex color #29DD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29DD74 is #D6228B. Grayscale: #9B9B9B. Windows color (decimal): -14033548 or 7658793. OLE color: 7658793.
HSL color Cylindrical-coordinate representation of color #29DD74: hue angle of 145º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DD74 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 221 | 116 | - |
| CMYK | 0.81 | 0 | 0.48 | 0.13 |
| HSL | 145º | 0.73% | 0.51% | - |
| HSV(B) | 145º | 0.81% | 0.87% | - |
| XYZ | 29.92 | 53.45 | 25.26 | - |
| YUV | 155.21 | 105.87 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 221 | 116 | 0.81 | 0 | 0.48 | 0.13 | 145 | 0.73 | 0.51 |
| Hex | 29 | DD | 74 | 51 | 0 | 30 | D | 91 | 49 | 33 |
| Octal | 51 | 335 | 164 | 121 | 0 | 60 | 15 | 221 | 111 | 63 |
| Binary | 101001 | 11011101 | 1110100 | 1010001 | 0 | 110000 | 1101 | 10010001 | 1001001 | 110011 |
Color Harmonies of #29DD74
Complementary color
Monochromatic Colors of #29DD74
Black with #29DD74
Text Example
Text Example
White with #29DD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DD74; }
p { color: rgb(41,221,116); }
H1.HeaderClassName
{
color: #29DD74;
}
.AnyTagClassName
{
color: #29DD74;
}
</style>
background-color css
<style>
a { background-color: #29DD74; }
a { background-color: rgb(41,221,116); }
div.DivClassName
{
background-color: #29DD74;
}
.BgClassName
{
background-color: #29DD74;
}
</style>
border-color css
<style>
span { border-color: #29DD74; }
span { border-color: rgb(41,221,116); }
td.TdClassName
{
border-color: #29DD74;
}
.TagClassName
{
border-color: #29DD74;
}
</style>