Shades of Malachite #1DC55C
Tints of Malachite #1DC55C
RGB
CMYK
RGB Variations
Color information
#1DC55C (or 0x1DC55C) is known color: Malachite. HEX triplet: 1D, C5 and 5C. RGB value is (29,197,92). Sum of RGB (Red+Green+Blue) = 29+197+92=318 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.12% from 318); Green value is 197 (77.34% from 255 or 61.95% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC55C is #E23AA3. Grayscale: #878787. Windows color (decimal): -14826148 or 6079773. OLE color: 6079773.
HSL color Cylindrical-coordinate representation of color #1DC55C: hue angle of 142.5º 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 #1DC55C is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 197 | 92 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.23 |
| HSL | 142.5º | 0.74% | 0.44% | - |
| HSV(B) | 142.5º | 0.85% | 0.77% | - |
| XYZ | 22.4 | 40.97 | 16.85 | - |
| YUV | 134.8 | 103.84 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 197 | 92 | 0.85 | 0 | 0.53 | 0.23 | 142.5 | 0.74 | 0.44 |
| Hex | 1D | C5 | 5C | 55 | 0 | 35 | 17 | 8E | 4A | 2C |
| Octal | 35 | 305 | 134 | 125 | 0 | 65 | 27 | 216 | 112 | 54 |
| Binary | 11101 | 11000101 | 1011100 | 1010101 | 0 | 110101 | 10111 | 10001110 | 1001010 | 101100 |
Color Harmonies of #1DC55C
Complementary color
Monochromatic Colors of #1DC55C
Black with #1DC55C
Text Example
Text Example
White with #1DC55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC55C; }
p { color: rgb(29,197,92); }
H1.HeaderClassName
{
color: #1DC55C;
}
.AnyTagClassName
{
color: #1DC55C;
}
</style>
background-color css
<style>
a { background-color: #1DC55C; }
a { background-color: rgb(29,197,92); }
div.DivClassName
{
background-color: #1DC55C;
}
.BgClassName
{
background-color: #1DC55C;
}
</style>
border-color css
<style>
span { border-color: #1DC55C; }
span { border-color: rgb(29,197,92); }
td.TdClassName
{
border-color: #1DC55C;
}
.TagClassName
{
border-color: #1DC55C;
}
</style>