Shades of Malachite #29E064
Tints of Malachite #29E064
RGB
CMYK
RGB Variations
Color information
#29E064 (or 0x29E064) is known color: Malachite. HEX triplet: 29, E0 and 64. RGB value is (41,224,100). Sum of RGB (Red+Green+Blue) = 41+224+100=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 224 (87.89% from 255 or 61.37% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 224 - color contains mainly: green. Hex color #29E064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29E064 is #D61F9B. Grayscale: #9B9B9B. Windows color (decimal): -14032796 or 6610985. OLE color: 6610985.
HSL color Cylindrical-coordinate representation of color #29E064: hue angle of 139.34º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #29E064 is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 224 | 100 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.12 |
| HSL | 139.34º | 0.75% | 0.52% | - |
| HSV(B) | 139.34º | 0.82% | 0.88% | - |
| XYZ | 29.87 | 54.7 | 21.04 | - |
| YUV | 155.15 | 96.87 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 224 | 100 | 0.82 | 0 | 0.55 | 0.12 | 139.34 | 0.75 | 0.52 |
| Hex | 29 | E0 | 64 | 52 | 0 | 37 | C | 8B | 4B | 34 |
| Octal | 51 | 340 | 144 | 122 | 0 | 67 | 14 | 213 | 113 | 64 |
| Binary | 101001 | 11100000 | 1100100 | 1010010 | 0 | 110111 | 1100 | 10001011 | 1001011 | 110100 |
Color Harmonies of #29E064
Complementary color
Monochromatic Colors of #29E064
Black with #29E064
Text Example
Text Example
White with #29E064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29E064; }
p { color: rgb(41,224,100); }
H1.HeaderClassName
{
color: #29E064;
}
.AnyTagClassName
{
color: #29E064;
}
</style>
background-color css
<style>
a { background-color: #29E064; }
a { background-color: rgb(41,224,100); }
div.DivClassName
{
background-color: #29E064;
}
.BgClassName
{
background-color: #29E064;
}
</style>
border-color css
<style>
span { border-color: #29E064; }
span { border-color: rgb(41,224,100); }
td.TdClassName
{
border-color: #29E064;
}
.TagClassName
{
border-color: #29E064;
}
</style>