Shades of Malachite #29DD5D
Tints of Malachite #29DD5D
RGB
CMYK
RGB Variations
Color information
#29DD5D (or 0x29DD5D) is known color: Malachite. HEX triplet: 29, DD and 5D. RGB value is (41,221,93). Sum of RGB (Red+Green+Blue) = 41+221+93=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 221 (86.72% from 255 or 62.25% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 221 - color contains mainly: green. Hex color #29DD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29DD5D is #D622A2. Grayscale: #989898. Windows color (decimal): -14033571 or 6151465. OLE color: 6151465.
HSL color Cylindrical-coordinate representation of color #29DD5D: hue angle of 137.33º 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 #29DD5D is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 221 | 93 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.13 |
| HSL | 137.33º | 0.73% | 0.51% | - |
| HSV(B) | 137.33º | 0.81% | 0.87% | - |
| XYZ | 28.75 | 52.97 | 19.07 | - |
| YUV | 152.59 | 94.37 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 221 | 93 | 0.81 | 0 | 0.58 | 0.13 | 137.33 | 0.73 | 0.51 |
| Hex | 29 | DD | 5D | 51 | 0 | 3A | D | 89 | 49 | 33 |
| Octal | 51 | 335 | 135 | 121 | 0 | 72 | 15 | 211 | 111 | 63 |
| Binary | 101001 | 11011101 | 1011101 | 1010001 | 0 | 111010 | 1101 | 10001001 | 1001001 | 110011 |
Color Harmonies of #29DD5D
Complementary color
Monochromatic Colors of #29DD5D
Black with #29DD5D
Text Example
Text Example
White with #29DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DD5D; }
p { color: rgb(41,221,93); }
H1.HeaderClassName
{
color: #29DD5D;
}
.AnyTagClassName
{
color: #29DD5D;
}
</style>
background-color css
<style>
a { background-color: #29DD5D; }
a { background-color: rgb(41,221,93); }
div.DivClassName
{
background-color: #29DD5D;
}
.BgClassName
{
background-color: #29DD5D;
}
</style>
border-color css
<style>
span { border-color: #29DD5D; }
span { border-color: rgb(41,221,93); }
td.TdClassName
{
border-color: #29DD5D;
}
.TagClassName
{
border-color: #29DD5D;
}
</style>