Shades of Malachite #1DC55D
Tints of Malachite #1DC55D
RGB
CMYK
RGB Variations
Color information
#1DC55D (or 0x1DC55D) is known color: Malachite. HEX triplet: 1D, C5 and 5D. RGB value is (29,197,93). Sum of RGB (Red+Green+Blue) = 29+197+93=319 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.09% from 319); Green value is 197 (77.34% from 255 or 61.76% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC55D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC55D is #E23AA2. Grayscale: #878787. Windows color (decimal): -14826147 or 6145309. OLE color: 6145309.
HSL color Cylindrical-coordinate representation of color #1DC55D: hue angle of 142.86º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC55D is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 197 | 93 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.23 |
| HSL | 142.86º | 0.74% | 0.44% | - |
| HSV(B) | 142.86º | 0.85% | 0.77% | - |
| XYZ | 22.45 | 40.98 | 17.08 | - |
| YUV | 134.91 | 104.34 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 197 | 93 | 0.85 | 0 | 0.53 | 0.23 | 142.86 | 0.74 | 0.44 |
| Hex | 1D | C5 | 5D | 55 | 0 | 35 | 17 | 8F | 4A | 2C |
| Octal | 35 | 305 | 135 | 125 | 0 | 65 | 27 | 217 | 112 | 54 |
| Binary | 11101 | 11000101 | 1011101 | 1010101 | 0 | 110101 | 10111 | 10001111 | 1001010 | 101100 |
Color Harmonies of #1DC55D
Complementary color
Monochromatic Colors of #1DC55D
Black with #1DC55D
Text Example
Text Example
White with #1DC55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC55D; }
p { color: rgb(29,197,93); }
H1.HeaderClassName
{
color: #1DC55D;
}
.AnyTagClassName
{
color: #1DC55D;
}
</style>
background-color css
<style>
a { background-color: #1DC55D; }
a { background-color: rgb(29,197,93); }
div.DivClassName
{
background-color: #1DC55D;
}
.BgClassName
{
background-color: #1DC55D;
}
</style>
border-color css
<style>
span { border-color: #1DC55D; }
span { border-color: rgb(29,197,93); }
td.TdClassName
{
border-color: #1DC55D;
}
.TagClassName
{
border-color: #1DC55D;
}
</style>