Shades of Malachite #1DCA52
Tints of Malachite #1DCA52
RGB
CMYK
RGB Variations
Color information
#1DCA52 (or 0x1DCA52) is known color: Malachite. HEX triplet: 1D, CA and 52. RGB value is (29,202,82). Sum of RGB (Red+Green+Blue) = 29+202+82=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 202 (79.30% from 255 or 64.54% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCA52 is #E235AD. Grayscale: #888888. Windows color (decimal): -14824878 or 5425693. OLE color: 5425693.
HSL color Cylindrical-coordinate representation of color #1DCA52: hue angle of 138.38º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCA52 is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 202 | 82 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.21 |
| HSL | 138.38º | 0.75% | 0.45% | - |
| HSV(B) | 138.38º | 0.86% | 0.79% | - |
| XYZ | 23.15 | 43.11 | 15.08 | - |
| YUV | 136.59 | 97.19 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 202 | 82 | 0.86 | 0 | 0.59 | 0.21 | 138.38 | 0.75 | 0.45 |
| Hex | 1D | CA | 52 | 56 | 0 | 3B | 15 | 8A | 4B | 2D |
| Octal | 35 | 312 | 122 | 126 | 0 | 73 | 25 | 212 | 113 | 55 |
| Binary | 11101 | 11001010 | 1010010 | 1010110 | 0 | 111011 | 10101 | 10001010 | 1001011 | 101101 |
Color Harmonies of #1DCA52
Complementary color
Monochromatic Colors of #1DCA52
Black with #1DCA52
Text Example
Text Example
White with #1DCA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCA52; }
p { color: rgb(29,202,82); }
H1.HeaderClassName
{
color: #1DCA52;
}
.AnyTagClassName
{
color: #1DCA52;
}
</style>
background-color css
<style>
a { background-color: #1DCA52; }
a { background-color: rgb(29,202,82); }
div.DivClassName
{
background-color: #1DCA52;
}
.BgClassName
{
background-color: #1DCA52;
}
</style>
border-color css
<style>
span { border-color: #1DCA52; }
span { border-color: rgb(29,202,82); }
td.TdClassName
{
border-color: #1DCA52;
}
.TagClassName
{
border-color: #1DCA52;
}
</style>