Shades of Malachite #1DC85B
Tints of Malachite #1DC85B
RGB
CMYK
RGB Variations
Color information
#1DC85B (or 0x1DC85B) is known color: Malachite. HEX triplet: 1D, C8 and 5B. RGB value is (29,200,91). Sum of RGB (Red+Green+Blue) = 29+200+91=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 200 (78.52% from 255 or 62.5% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 200 - color contains mainly: green. Hex color #1DC85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC85B is #E237A4. Grayscale: #888888. Windows color (decimal): -14825381 or 6015005. OLE color: 6015005.
HSL color Cylindrical-coordinate representation of color #1DC85B: hue angle of 141.75º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DC85B is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 200 | 91 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.22 |
| HSL | 141.75º | 0.75% | 0.45% | - |
| HSV(B) | 141.75º | 0.86% | 0.78% | - |
| XYZ | 23.05 | 42.33 | 16.85 | - |
| YUV | 136.45 | 102.35 | 51.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 200 | 91 | 0.86 | 0 | 0.54 | 0.22 | 141.75 | 0.75 | 0.45 |
| Hex | 1D | C8 | 5B | 56 | 0 | 36 | 16 | 8E | 4B | 2D |
| Octal | 35 | 310 | 133 | 126 | 0 | 66 | 26 | 216 | 113 | 55 |
| Binary | 11101 | 11001000 | 1011011 | 1010110 | 0 | 110110 | 10110 | 10001110 | 1001011 | 101101 |
Color Harmonies of #1DC85B
Complementary color
Monochromatic Colors of #1DC85B
Black with #1DC85B
Text Example
Text Example
White with #1DC85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC85B; }
p { color: rgb(29,200,91); }
H1.HeaderClassName
{
color: #1DC85B;
}
.AnyTagClassName
{
color: #1DC85B;
}
</style>
background-color css
<style>
a { background-color: #1DC85B; }
a { background-color: rgb(29,200,91); }
div.DivClassName
{
background-color: #1DC85B;
}
.BgClassName
{
background-color: #1DC85B;
}
</style>
border-color css
<style>
span { border-color: #1DC85B; }
span { border-color: rgb(29,200,91); }
td.TdClassName
{
border-color: #1DC85B;
}
.TagClassName
{
border-color: #1DC85B;
}
</style>