Shades of Malachite #29D966
Tints of Malachite #29D966
RGB
CMYK
RGB Variations
Color information
#29D966 (or 0x29D966) is known color: Malachite. HEX triplet: 29, D9 and 66. RGB value is (41,217,102). Sum of RGB (Red+Green+Blue) = 41+217+102=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 217 (85.16% from 255 or 60.28% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 217 - color contains mainly: green. Hex color #29D966 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29D966 is #D62699. Grayscale: #979797. Windows color (decimal): -14034586 or 6740265. OLE color: 6740265.
HSL color Cylindrical-coordinate representation of color #29D966: hue angle of 140.8º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D966 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 217 | 102 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.15 |
| HSL | 140.8º | 0.7% | 0.51% | - |
| HSV(B) | 140.8º | 0.81% | 0.85% | - |
| XYZ | 28.13 | 51.06 | 20.94 | - |
| YUV | 151.27 | 100.19 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 217 | 102 | 0.81 | 0 | 0.53 | 0.15 | 140.8 | 0.7 | 0.51 |
| Hex | 29 | D9 | 66 | 51 | 0 | 35 | F | 8D | 46 | 33 |
| Octal | 51 | 331 | 146 | 121 | 0 | 65 | 17 | 215 | 106 | 63 |
| Binary | 101001 | 11011001 | 1100110 | 1010001 | 0 | 110101 | 1111 | 10001101 | 1000110 | 110011 |
Color Harmonies of #29D966
Complementary color
Monochromatic Colors of #29D966
Black with #29D966
Text Example
Text Example
White with #29D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D966; }
p { color: rgb(41,217,102); }
H1.HeaderClassName
{
color: #29D966;
}
.AnyTagClassName
{
color: #29D966;
}
</style>
background-color css
<style>
a { background-color: #29D966; }
a { background-color: rgb(41,217,102); }
div.DivClassName
{
background-color: #29D966;
}
.BgClassName
{
background-color: #29D966;
}
</style>
border-color css
<style>
span { border-color: #29D966; }
span { border-color: rgb(41,217,102); }
td.TdClassName
{
border-color: #29D966;
}
.TagClassName
{
border-color: #29D966;
}
</style>