Shades of Malachite #1DC564
Tints of Malachite #1DC564
RGB
CMYK
RGB Variations
Color information
#1DC564 (or 0x1DC564) is known color: Malachite. HEX triplet: 1D, C5 and 64. RGB value is (29,197,100). Sum of RGB (Red+Green+Blue) = 29+197+100=326 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.90% from 326); Green value is 197 (77.34% from 255 or 60.43% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC564 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC564 is #E23A9B. Grayscale: #878787. Windows color (decimal): -14826140 or 6604061. OLE color: 6604061.
HSL color Cylindrical-coordinate representation of color #1DC564: hue angle of 145.36º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC564 is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 197 | 100 | - |
| CMYK | 0.85 | 0 | 0.49 | 0.23 |
| HSL | 145.36º | 0.74% | 0.44% | - |
| HSV(B) | 145.36º | 0.85% | 0.77% | - |
| XYZ | 22.77 | 41.11 | 18.79 | - |
| YUV | 135.71 | 107.84 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 197 | 100 | 0.85 | 0 | 0.49 | 0.23 | 145.36 | 0.74 | 0.44 |
| Hex | 1D | C5 | 64 | 55 | 0 | 31 | 17 | 91 | 4A | 2C |
| Octal | 35 | 305 | 144 | 125 | 0 | 61 | 27 | 221 | 112 | 54 |
| Binary | 11101 | 11000101 | 1100100 | 1010101 | 0 | 110001 | 10111 | 10010001 | 1001010 | 101100 |
Color Harmonies of #1DC564
Complementary color
Monochromatic Colors of #1DC564
Black with #1DC564
Text Example
Text Example
White with #1DC564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC564; }
p { color: rgb(29,197,100); }
H1.HeaderClassName
{
color: #1DC564;
}
.AnyTagClassName
{
color: #1DC564;
}
</style>
background-color css
<style>
a { background-color: #1DC564; }
a { background-color: rgb(29,197,100); }
div.DivClassName
{
background-color: #1DC564;
}
.BgClassName
{
background-color: #1DC564;
}
</style>
border-color css
<style>
span { border-color: #1DC564; }
span { border-color: rgb(29,197,100); }
td.TdClassName
{
border-color: #1DC564;
}
.TagClassName
{
border-color: #1DC564;
}
</style>