Shades of Malachite #29D65B
Tints of Malachite #29D65B
RGB
CMYK
RGB Variations
Color information
#29D65B (or 0x29D65B) is known color: Malachite. HEX triplet: 29, D6 and 5B. RGB value is (41,214,91). Sum of RGB (Red+Green+Blue) = 41+214+91=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 214 (83.98% from 255 or 61.85% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 214 - color contains mainly: green. Hex color #29D65B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29D65B is #D629A4. Grayscale: #949494. Windows color (decimal): -14035365 or 6018601. OLE color: 6018601.
HSL color Cylindrical-coordinate representation of color #29D65B: hue angle of 137.34º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D65B is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 214 | 91 | - |
| CMYK | 0.81 | 0 | 0.57 | 0.16 |
| HSL | 137.34º | 0.68% | 0.5% | - |
| HSV(B) | 137.34º | 0.81% | 0.84% | - |
| XYZ | 26.85 | 49.32 | 18 | - |
| YUV | 148.25 | 95.69 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 214 | 91 | 0.81 | 0 | 0.57 | 0.16 | 137.34 | 0.68 | 0.5 |
| Hex | 29 | D6 | 5B | 51 | 0 | 39 | 10 | 89 | 44 | 32 |
| Octal | 51 | 326 | 133 | 121 | 0 | 71 | 20 | 211 | 104 | 62 |
| Binary | 101001 | 11010110 | 1011011 | 1010001 | 0 | 111001 | 10000 | 10001001 | 1000100 | 110010 |
Color Harmonies of #29D65B
Complementary color
Monochromatic Colors of #29D65B
Black with #29D65B
Text Example
Text Example
White with #29D65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D65B; }
p { color: rgb(41,214,91); }
H1.HeaderClassName
{
color: #29D65B;
}
.AnyTagClassName
{
color: #29D65B;
}
</style>
background-color css
<style>
a { background-color: #29D65B; }
a { background-color: rgb(41,214,91); }
div.DivClassName
{
background-color: #29D65B;
}
.BgClassName
{
background-color: #29D65B;
}
</style>
border-color css
<style>
span { border-color: #29D65B; }
span { border-color: rgb(41,214,91); }
td.TdClassName
{
border-color: #29D65B;
}
.TagClassName
{
border-color: #29D65B;
}
</style>