Shades of Malachite #29DD50
Tints of Malachite #29DD50
RGB
CMYK
RGB Variations
Color information
#29DD50 (or 0x29DD50) is known color: Malachite. HEX triplet: 29, DD and 50. RGB value is (41,221,80). Sum of RGB (Red+Green+Blue) = 41+221+80=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 221 (86.72% from 255 or 64.62% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 221 - color contains mainly: green. Hex color #29DD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29DD50 is #D622AF. Grayscale: #979797. Windows color (decimal): -14033584 or 5299497. OLE color: 5299497.
HSL color Cylindrical-coordinate representation of color #29DD50: hue angle of 133º 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 #29DD50 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 221 | 80 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.13 |
| HSL | 133º | 0.73% | 0.51% | - |
| HSV(B) | 133º | 0.81% | 0.87% | - |
| XYZ | 28.22 | 52.76 | 16.29 | - |
| YUV | 151.11 | 87.87 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 221 | 80 | 0.81 | 0 | 0.64 | 0.13 | 133 | 0.73 | 0.51 |
| Hex | 29 | DD | 50 | 51 | 0 | 40 | D | 85 | 49 | 33 |
| Octal | 51 | 335 | 120 | 121 | 0 | 100 | 15 | 205 | 111 | 63 |
| Binary | 101001 | 11011101 | 1010000 | 1010001 | 0 | 1000000 | 1101 | 10000101 | 1001001 | 110011 |
Color Harmonies of #29DD50
Complementary color
Monochromatic Colors of #29DD50
Black with #29DD50
Text Example
Text Example
White with #29DD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DD50; }
p { color: rgb(41,221,80); }
H1.HeaderClassName
{
color: #29DD50;
}
.AnyTagClassName
{
color: #29DD50;
}
</style>
background-color css
<style>
a { background-color: #29DD50; }
a { background-color: rgb(41,221,80); }
div.DivClassName
{
background-color: #29DD50;
}
.BgClassName
{
background-color: #29DD50;
}
</style>
border-color css
<style>
span { border-color: #29DD50; }
span { border-color: rgb(41,221,80); }
td.TdClassName
{
border-color: #29DD50;
}
.TagClassName
{
border-color: #29DD50;
}
</style>