Shades of Malachite #29DC50
Tints of Malachite #29DC50
RGB
CMYK
RGB Variations
Color information
#29DC50 (or 0x29DC50) is known color: Malachite. HEX triplet: 29, DC and 50. RGB value is (41,220,80). Sum of RGB (Red+Green+Blue) = 41+220+80=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 220 (86.33% from 255 or 64.52% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 220 - color contains mainly: green. Hex color #29DC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #29DC50 is #D623AF. Grayscale: #969696. Windows color (decimal): -14033840 or 5299241. OLE color: 5299241.
HSL color Cylindrical-coordinate representation of color #29DC50: hue angle of 133.07º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29DC50 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 220 | 80 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.14 |
| HSL | 133.07º | 0.72% | 0.51% | - |
| HSV(B) | 133.07º | 0.81% | 0.86% | - |
| XYZ | 27.96 | 52.24 | 16.2 | - |
| YUV | 150.52 | 88.2 | 49.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 220 | 80 | 0.81 | 0 | 0.64 | 0.14 | 133.07 | 0.72 | 0.51 |
| Hex | 29 | DC | 50 | 51 | 0 | 40 | E | 85 | 48 | 33 |
| Octal | 51 | 334 | 120 | 121 | 0 | 100 | 16 | 205 | 110 | 63 |
| Binary | 101001 | 11011100 | 1010000 | 1010001 | 0 | 1000000 | 1110 | 10000101 | 1001000 | 110011 |
Color Harmonies of #29DC50
Complementary color
Monochromatic Colors of #29DC50
Black with #29DC50
Text Example
Text Example
White with #29DC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29DC50; }
p { color: rgb(41,220,80); }
H1.HeaderClassName
{
color: #29DC50;
}
.AnyTagClassName
{
color: #29DC50;
}
</style>
background-color css
<style>
a { background-color: #29DC50; }
a { background-color: rgb(41,220,80); }
div.DivClassName
{
background-color: #29DC50;
}
.BgClassName
{
background-color: #29DC50;
}
</style>
border-color css
<style>
span { border-color: #29DC50; }
span { border-color: rgb(41,220,80); }
td.TdClassName
{
border-color: #29DC50;
}
.TagClassName
{
border-color: #29DC50;
}
</style>