Shades of Malachite #1DC25B
Tints of Malachite #1DC25B
RGB
CMYK
RGB Variations
Color information
#1DC25B (or 0x1DC25B) is known color: Malachite. HEX triplet: 1D, C2 and 5B. RGB value is (29,194,91). Sum of RGB (Red+Green+Blue) = 29+194+91=314 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.24% from 314); Green value is 194 (76.17% from 255 or 61.78% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC25B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC25B is #E23DA4. Grayscale: #858585. Windows color (decimal): -14826917 or 6013469. OLE color: 6013469.
HSL color Cylindrical-coordinate representation of color #1DC25B: hue angle of 142.55º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC25B is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 91 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.24 |
| HSL | 142.55º | 0.74% | 0.44% | - |
| HSV(B) | 142.55º | 0.85% | 0.76% | - |
| XYZ | 21.69 | 39.6 | 16.4 | - |
| YUV | 132.92 | 104.34 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 91 | 0.85 | 0 | 0.53 | 0.24 | 142.55 | 0.74 | 0.44 |
| Hex | 1D | C2 | 5B | 55 | 0 | 35 | 18 | 8F | 4A | 2C |
| Octal | 35 | 302 | 133 | 125 | 0 | 65 | 30 | 217 | 112 | 54 |
| Binary | 11101 | 11000010 | 1011011 | 1010101 | 0 | 110101 | 11000 | 10001111 | 1001010 | 101100 |
Color Harmonies of #1DC25B
Complementary color
Monochromatic Colors of #1DC25B
Black with #1DC25B
Text Example
Text Example
White with #1DC25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC25B; }
p { color: rgb(29,194,91); }
H1.HeaderClassName
{
color: #1DC25B;
}
.AnyTagClassName
{
color: #1DC25B;
}
</style>
background-color css
<style>
a { background-color: #1DC25B; }
a { background-color: rgb(29,194,91); }
div.DivClassName
{
background-color: #1DC25B;
}
.BgClassName
{
background-color: #1DC25B;
}
</style>
border-color css
<style>
span { border-color: #1DC25B; }
span { border-color: rgb(29,194,91); }
td.TdClassName
{
border-color: #1DC25B;
}
.TagClassName
{
border-color: #1DC25B;
}
</style>