Shades of Malachite #1DC752
Tints of Malachite #1DC752
RGB
CMYK
RGB Variations
Color information
#1DC752 (or 0x1DC752) is known color: Malachite. HEX triplet: 1D, C7 and 52. RGB value is (29,199,82). Sum of RGB (Red+Green+Blue) = 29+199+82=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 199 (78.12% from 255 or 64.19% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 199 - color contains mainly: green. Hex color #1DC752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC752 is #E238AD. Grayscale: #878787. Windows color (decimal): -14825646 or 5424925. OLE color: 5424925.
HSL color Cylindrical-coordinate representation of color #1DC752: hue angle of 138.71º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC752 is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 199 | 82 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.22 |
| HSL | 138.71º | 0.75% | 0.45% | - |
| HSV(B) | 138.71º | 0.85% | 0.78% | - |
| XYZ | 22.45 | 41.72 | 14.85 | - |
| YUV | 134.83 | 98.18 | 52.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 199 | 82 | 0.85 | 0 | 0.59 | 0.22 | 138.71 | 0.75 | 0.45 |
| Hex | 1D | C7 | 52 | 55 | 0 | 3B | 16 | 8B | 4B | 2D |
| Octal | 35 | 307 | 122 | 125 | 0 | 73 | 26 | 213 | 113 | 55 |
| Binary | 11101 | 11000111 | 1010010 | 1010101 | 0 | 111011 | 10110 | 10001011 | 1001011 | 101101 |
Color Harmonies of #1DC752
Complementary color
Monochromatic Colors of #1DC752
Black with #1DC752
Text Example
Text Example
White with #1DC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC752; }
p { color: rgb(29,199,82); }
H1.HeaderClassName
{
color: #1DC752;
}
.AnyTagClassName
{
color: #1DC752;
}
</style>
background-color css
<style>
a { background-color: #1DC752; }
a { background-color: rgb(29,199,82); }
div.DivClassName
{
background-color: #1DC752;
}
.BgClassName
{
background-color: #1DC752;
}
</style>
border-color css
<style>
span { border-color: #1DC752; }
span { border-color: rgb(29,199,82); }
td.TdClassName
{
border-color: #1DC752;
}
.TagClassName
{
border-color: #1DC752;
}
</style>