Shades of Malachite #1DC555
Tints of Malachite #1DC555
RGB
CMYK
RGB Variations
Color information
#1DC555 (or 0x1DC555) is known color: Malachite. HEX triplet: 1D, C5 and 55. RGB value is (29,197,85). Sum of RGB (Red+Green+Blue) = 29+197+85=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 197 (77.34% from 255 or 63.34% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC555 is #E23AAA. Grayscale: #868686. Windows color (decimal): -14826155 or 5621021. OLE color: 5621021.
HSL color Cylindrical-coordinate representation of color #1DC555: hue angle of 140º 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 #1DC555 is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 197 | 85 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.23 |
| HSL | 140º | 0.74% | 0.44% | - |
| HSV(B) | 140º | 0.85% | 0.77% | - |
| XYZ | 22.11 | 40.85 | 15.31 | - |
| YUV | 134 | 100.34 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 197 | 85 | 0.85 | 0 | 0.57 | 0.23 | 140 | 0.74 | 0.44 |
| Hex | 1D | C5 | 55 | 55 | 0 | 39 | 17 | 8C | 4A | 2C |
| Octal | 35 | 305 | 125 | 125 | 0 | 71 | 27 | 214 | 112 | 54 |
| Binary | 11101 | 11000101 | 1010101 | 1010101 | 0 | 111001 | 10111 | 10001100 | 1001010 | 101100 |
Color Harmonies of #1DC555
Complementary color
Monochromatic Colors of #1DC555
Black with #1DC555
Text Example
Text Example
White with #1DC555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC555; }
p { color: rgb(29,197,85); }
H1.HeaderClassName
{
color: #1DC555;
}
.AnyTagClassName
{
color: #1DC555;
}
</style>
background-color css
<style>
a { background-color: #1DC555; }
a { background-color: rgb(29,197,85); }
div.DivClassName
{
background-color: #1DC555;
}
.BgClassName
{
background-color: #1DC555;
}
</style>
border-color css
<style>
span { border-color: #1DC555; }
span { border-color: rgb(29,197,85); }
td.TdClassName
{
border-color: #1DC555;
}
.TagClassName
{
border-color: #1DC555;
}
</style>