Shades of Malachite #1DC053
Tints of Malachite #1DC053
RGB
CMYK
RGB Variations
Color information
#1DC053 (or 0x1DC053) is known color: Malachite. HEX triplet: 1D, C0 and 53. RGB value is (29,192,83). Sum of RGB (Red+Green+Blue) = 29+192+83=304 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.54% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC053 is #E23FAC. Grayscale: #838383. Windows color (decimal): -14827437 or 5488669. OLE color: 5488669.
HSL color Cylindrical-coordinate representation of color #1DC053: hue angle of 139.88º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC053 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 192 | 83 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.25 |
| HSL | 139.88º | 0.74% | 0.43% | - |
| HSV(B) | 139.88º | 0.85% | 0.75% | - |
| XYZ | 20.92 | 38.59 | 14.53 | - |
| YUV | 130.84 | 101 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 192 | 83 | 0.85 | 0 | 0.57 | 0.25 | 139.88 | 0.74 | 0.43 |
| Hex | 1D | C0 | 53 | 55 | 0 | 39 | 19 | 8C | 4A | 2B |
| Octal | 35 | 300 | 123 | 125 | 0 | 71 | 31 | 214 | 112 | 53 |
| Binary | 11101 | 11000000 | 1010011 | 1010101 | 0 | 111001 | 11001 | 10001100 | 1001010 | 101011 |
Color Harmonies of #1DC053
Complementary color
Monochromatic Colors of #1DC053
Black with #1DC053
Text Example
Text Example
White with #1DC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC053; }
p { color: rgb(29,192,83); }
H1.HeaderClassName
{
color: #1DC053;
}
.AnyTagClassName
{
color: #1DC053;
}
</style>
background-color css
<style>
a { background-color: #1DC053; }
a { background-color: rgb(29,192,83); }
div.DivClassName
{
background-color: #1DC053;
}
.BgClassName
{
background-color: #1DC053;
}
</style>
border-color css
<style>
span { border-color: #1DC053; }
span { border-color: rgb(29,192,83); }
td.TdClassName
{
border-color: #1DC053;
}
.TagClassName
{
border-color: #1DC053;
}
</style>