Shades of Malachite #29DD65
Tints of Malachite #29DD65
RGB
CMYK
RGB Variations
Color information
#29DD65 (or 0x29DD65) is known color: Malachite. HEX triplet: 29, DD and 65. RGB value is (41,221,101). Sum of RGB (Red+Green+Blue) = 41+221+101=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 221 (86.72% from 255 or 60.88% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 221 - color contains mainly: green. Hex color #29DD65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29DD65 is #D6229A. Grayscale: #999999. Windows color (decimal): -14033563 or 6675753. OLE color: 6675753.
HSL color Cylindrical-coordinate representation of color #29DD65: hue angle of 140º 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 #29DD65 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 221 | 101 | - |
| CMYK | 0.81 | 0 | 0.54 | 0.13 |
| HSL | 140º | 0.73% | 0.51% | - |
| HSV(B) | 140º | 0.81% | 0.87% | - |
| XYZ | 29.12 | 53.12 | 21.03 | - |
| YUV | 153.5 | 98.37 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 221 | 101 | 0.81 | 0 | 0.54 | 0.13 | 140 | 0.73 | 0.51 |
| Hex | 29 | DD | 65 | 51 | 0 | 36 | D | 8C | 49 | 33 |
| Octal | 51 | 335 | 145 | 121 | 0 | 66 | 15 | 214 | 111 | 63 |
| Binary | 101001 | 11011101 | 1100101 | 1010001 | 0 | 110110 | 1101 | 10001100 | 1001001 | 110011 |
Color Harmonies of #29DD65
Complementary color
Monochromatic Colors of #29DD65
Black with #29DD65
Text Example
Text Example
White with #29DD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DD65; }
p { color: rgb(41,221,101); }
H1.HeaderClassName
{
color: #29DD65;
}
.AnyTagClassName
{
color: #29DD65;
}
</style>
background-color css
<style>
a { background-color: #29DD65; }
a { background-color: rgb(41,221,101); }
div.DivClassName
{
background-color: #29DD65;
}
.BgClassName
{
background-color: #29DD65;
}
</style>
border-color css
<style>
span { border-color: #29DD65; }
span { border-color: rgb(41,221,101); }
td.TdClassName
{
border-color: #29DD65;
}
.TagClassName
{
border-color: #29DD65;
}
</style>