Shades of Malachite #29CF5A
Tints of Malachite #29CF5A
RGB
CMYK
RGB Variations
Color information
#29CF5A (or 0x29CF5A) is known color: Malachite. HEX triplet: 29, CF and 5A. RGB value is (41,207,90). Sum of RGB (Red+Green+Blue) = 41+207+90=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 207 (81.25% from 255 or 61.24% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 207 - color contains mainly: green. Hex color #29CF5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29CF5A is #D630A5. Grayscale: #909090. Windows color (decimal): -14037158 or 5951273. OLE color: 5951273.
HSL color Cylindrical-coordinate representation of color #29CF5A: hue angle of 137.71º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CF5A is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 207 | 90 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.19 |
| HSL | 137.71º | 0.67% | 0.49% | - |
| HSV(B) | 137.71º | 0.8% | 0.81% | - |
| XYZ | 25.07 | 45.84 | 17.2 | - |
| YUV | 144.03 | 97.5 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 90 | 0.80 | 0 | 0.57 | 0.19 | 137.71 | 0.67 | 0.49 |
| Hex | 29 | CF | 5A | 50 | 0 | 39 | 13 | 8A | 43 | 31 |
| Octal | 51 | 317 | 132 | 120 | 0 | 71 | 23 | 212 | 103 | 61 |
| Binary | 101001 | 11001111 | 1011010 | 1010000 | 0 | 111001 | 10011 | 10001010 | 1000011 | 110001 |
Color Harmonies of #29CF5A
Complementary color
Monochromatic Colors of #29CF5A
Black with #29CF5A
Text Example
Text Example
White with #29CF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CF5A; }
p { color: rgb(41,207,90); }
H1.HeaderClassName
{
color: #29CF5A;
}
.AnyTagClassName
{
color: #29CF5A;
}
</style>
background-color css
<style>
a { background-color: #29CF5A; }
a { background-color: rgb(41,207,90); }
div.DivClassName
{
background-color: #29CF5A;
}
.BgClassName
{
background-color: #29CF5A;
}
</style>
border-color css
<style>
span { border-color: #29CF5A; }
span { border-color: rgb(41,207,90); }
td.TdClassName
{
border-color: #29CF5A;
}
.TagClassName
{
border-color: #29CF5A;
}
</style>