Shades of Malachite #29D85B
Tints of Malachite #29D85B
RGB
CMYK
RGB Variations
Color information
#29D85B (or 0x29D85B) is known color: Malachite. HEX triplet: 29, D8 and 5B. RGB value is (41,216,91). Sum of RGB (Red+Green+Blue) = 41+216+91=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 216 (84.77% from 255 or 62.07% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 216 - color contains mainly: green. Hex color #29D85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29D85B is #D627A4. Grayscale: #959595. Windows color (decimal): -14034853 or 6019113. OLE color: 6019113.
HSL color Cylindrical-coordinate representation of color #29D85B: hue angle of 137.14º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D85B is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 216 | 91 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.15 |
| HSL | 137.14º | 0.69% | 0.5% | - |
| HSV(B) | 137.14º | 0.81% | 0.85% | - |
| XYZ | 27.36 | 50.34 | 18.17 | - |
| YUV | 149.43 | 95.02 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 216 | 91 | 0.81 | 0 | 0.58 | 0.15 | 137.14 | 0.69 | 0.5 |
| Hex | 29 | D8 | 5B | 51 | 0 | 3A | F | 89 | 45 | 32 |
| Octal | 51 | 330 | 133 | 121 | 0 | 72 | 17 | 211 | 105 | 62 |
| Binary | 101001 | 11011000 | 1011011 | 1010001 | 0 | 111010 | 1111 | 10001001 | 1000101 | 110010 |
Color Harmonies of #29D85B
Complementary color
Monochromatic Colors of #29D85B
Black with #29D85B
Text Example
Text Example
White with #29D85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D85B; }
p { color: rgb(41,216,91); }
H1.HeaderClassName
{
color: #29D85B;
}
.AnyTagClassName
{
color: #29D85B;
}
</style>
background-color css
<style>
a { background-color: #29D85B; }
a { background-color: rgb(41,216,91); }
div.DivClassName
{
background-color: #29D85B;
}
.BgClassName
{
background-color: #29D85B;
}
</style>
border-color css
<style>
span { border-color: #29D85B; }
span { border-color: rgb(41,216,91); }
td.TdClassName
{
border-color: #29D85B;
}
.TagClassName
{
border-color: #29D85B;
}
</style>