Shades of Malachite #29DD4A
Tints of Malachite #29DD4A
RGB
CMYK
RGB Variations
Color information
#29DD4A (or 0x29DD4A) is known color: Malachite. HEX triplet: 29, DD and 4A. RGB value is (41,221,74). Sum of RGB (Red+Green+Blue) = 41+221+74=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 221 (86.72% from 255 or 65.77% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 221 - color contains mainly: green. Hex color #29DD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29DD4A is #D622B5. Grayscale: #969696. Windows color (decimal): -14033590 or 4906281. OLE color: 4906281.
HSL color Cylindrical-coordinate representation of color #29DD4A: hue angle of 131º 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 #29DD4A is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 221 | 74 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.13 |
| HSL | 131º | 0.73% | 0.51% | - |
| HSV(B) | 131º | 0.81% | 0.87% | - |
| XYZ | 28.01 | 52.68 | 15.17 | - |
| YUV | 150.42 | 84.87 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 221 | 74 | 0.81 | 0 | 0.67 | 0.13 | 131 | 0.73 | 0.51 |
| Hex | 29 | DD | 4A | 51 | 0 | 43 | D | 83 | 49 | 33 |
| Octal | 51 | 335 | 112 | 121 | 0 | 103 | 15 | 203 | 111 | 63 |
| Binary | 101001 | 11011101 | 1001010 | 1010001 | 0 | 1000011 | 1101 | 10000011 | 1001001 | 110011 |
Color Harmonies of #29DD4A
Complementary color
Monochromatic Colors of #29DD4A
Black with #29DD4A
Text Example
Text Example
White with #29DD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DD4A; }
p { color: rgb(41,221,74); }
H1.HeaderClassName
{
color: #29DD4A;
}
.AnyTagClassName
{
color: #29DD4A;
}
</style>
background-color css
<style>
a { background-color: #29DD4A; }
a { background-color: rgb(41,221,74); }
div.DivClassName
{
background-color: #29DD4A;
}
.BgClassName
{
background-color: #29DD4A;
}
</style>
border-color css
<style>
span { border-color: #29DD4A; }
span { border-color: rgb(41,221,74); }
td.TdClassName
{
border-color: #29DD4A;
}
.TagClassName
{
border-color: #29DD4A;
}
</style>