Shades of Malachite #1DC350
Tints of Malachite #1DC350
RGB
CMYK
RGB Variations
Color information
#1DC350 (or 0x1DC350) is known color: Malachite. HEX triplet: 1D, C3 and 50. RGB value is (29,195,80). Sum of RGB (Red+Green+Blue) = 29+195+80=304 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.54% from 304); Green value is 195 (76.56% from 255 or 64.14% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 195 - color contains mainly: green. Hex color #1DC350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC350 is #E23CAF. Grayscale: #848484. Windows color (decimal): -14826672 or 5292829. OLE color: 5292829.
HSL color Cylindrical-coordinate representation of color #1DC350: hue angle of 138.43º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC350 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 195 | 80 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.24 |
| HSL | 138.43º | 0.74% | 0.44% | - |
| HSV(B) | 138.43º | 0.85% | 0.76% | - |
| XYZ | 21.47 | 39.87 | 14.15 | - |
| YUV | 132.26 | 98.5 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 195 | 80 | 0.85 | 0 | 0.59 | 0.24 | 138.43 | 0.74 | 0.44 |
| Hex | 1D | C3 | 50 | 55 | 0 | 3B | 18 | 8A | 4A | 2C |
| Octal | 35 | 303 | 120 | 125 | 0 | 73 | 30 | 212 | 112 | 54 |
| Binary | 11101 | 11000011 | 1010000 | 1010101 | 0 | 111011 | 11000 | 10001010 | 1001010 | 101100 |
Color Harmonies of #1DC350
Complementary color
Monochromatic Colors of #1DC350
Black with #1DC350
Text Example
Text Example
White with #1DC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC350; }
p { color: rgb(29,195,80); }
H1.HeaderClassName
{
color: #1DC350;
}
.AnyTagClassName
{
color: #1DC350;
}
</style>
background-color css
<style>
a { background-color: #1DC350; }
a { background-color: rgb(29,195,80); }
div.DivClassName
{
background-color: #1DC350;
}
.BgClassName
{
background-color: #1DC350;
}
</style>
border-color css
<style>
span { border-color: #1DC350; }
span { border-color: rgb(29,195,80); }
td.TdClassName
{
border-color: #1DC350;
}
.TagClassName
{
border-color: #1DC350;
}
</style>