Shades of Malachite #1DBC5D
Tints of Malachite #1DBC5D
RGB
CMYK
RGB Variations
Color information
#1DBC5D (or 0x1DBC5D) is known color: Malachite. HEX triplet: 1D, BC and 5D. RGB value is (29,188,93). Sum of RGB (Red+Green+Blue) = 29+188+93=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 188 (73.83% from 255 or 60.65% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBC5D is #E243A2. Grayscale: #818181. Windows color (decimal): -14828451 or 6143005. OLE color: 6143005.
HSL color Cylindrical-coordinate representation of color #1DBC5D: hue angle of 144.15º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBC5D is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 188 | 93 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.26 |
| HSL | 144.15º | 0.73% | 0.43% | - |
| HSV(B) | 144.15º | 0.85% | 0.74% | - |
| XYZ | 20.47 | 37.02 | 16.42 | - |
| YUV | 129.63 | 107.32 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 93 | 0.85 | 0 | 0.51 | 0.26 | 144.15 | 0.73 | 0.43 |
| Hex | 1D | BC | 5D | 55 | 0 | 33 | 1A | 90 | 49 | 2B |
| Octal | 35 | 274 | 135 | 125 | 0 | 63 | 32 | 220 | 111 | 53 |
| Binary | 11101 | 10111100 | 1011101 | 1010101 | 0 | 110011 | 11010 | 10010000 | 1001001 | 101011 |
Color Harmonies of #1DBC5D
Complementary color
Monochromatic Colors of #1DBC5D
Black with #1DBC5D
Text Example
Text Example
White with #1DBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBC5D; }
p { color: rgb(29,188,93); }
H1.HeaderClassName
{
color: #1DBC5D;
}
.AnyTagClassName
{
color: #1DBC5D;
}
</style>
background-color css
<style>
a { background-color: #1DBC5D; }
a { background-color: rgb(29,188,93); }
div.DivClassName
{
background-color: #1DBC5D;
}
.BgClassName
{
background-color: #1DBC5D;
}
</style>
border-color css
<style>
span { border-color: #1DBC5D; }
span { border-color: rgb(29,188,93); }
td.TdClassName
{
border-color: #1DBC5D;
}
.TagClassName
{
border-color: #1DBC5D;
}
</style>