Shades of Malachite #1DC25E
Tints of Malachite #1DC25E
RGB
CMYK
RGB Variations
Color information
#1DC25E (or 0x1DC25E) is known color: Malachite. HEX triplet: 1D, C2 and 5E. RGB value is (29,194,94). Sum of RGB (Red+Green+Blue) = 29+194+94=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 194 (76.17% from 255 or 61.20% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC25E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC25E is #E23DA1. Grayscale: #858585. Windows color (decimal): -14826914 or 6210077. OLE color: 6210077.
HSL color Cylindrical-coordinate representation of color #1DC25E: hue angle of 143.64º 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 #1DC25E is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 94 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.24 |
| HSL | 143.64º | 0.74% | 0.44% | - |
| HSV(B) | 143.64º | 0.85% | 0.76% | - |
| XYZ | 21.82 | 39.65 | 17.09 | - |
| YUV | 133.27 | 105.84 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 94 | 0.85 | 0 | 0.52 | 0.24 | 143.64 | 0.74 | 0.44 |
| Hex | 1D | C2 | 5E | 55 | 0 | 34 | 18 | 90 | 4A | 2C |
| Octal | 35 | 302 | 136 | 125 | 0 | 64 | 30 | 220 | 112 | 54 |
| Binary | 11101 | 11000010 | 1011110 | 1010101 | 0 | 110100 | 11000 | 10010000 | 1001010 | 101100 |
Color Harmonies of #1DC25E
Complementary color
Monochromatic Colors of #1DC25E
Black with #1DC25E
Text Example
Text Example
White with #1DC25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC25E; }
p { color: rgb(29,194,94); }
H1.HeaderClassName
{
color: #1DC25E;
}
.AnyTagClassName
{
color: #1DC25E;
}
</style>
background-color css
<style>
a { background-color: #1DC25E; }
a { background-color: rgb(29,194,94); }
div.DivClassName
{
background-color: #1DC25E;
}
.BgClassName
{
background-color: #1DC25E;
}
</style>
border-color css
<style>
span { border-color: #1DC25E; }
span { border-color: rgb(29,194,94); }
td.TdClassName
{
border-color: #1DC25E;
}
.TagClassName
{
border-color: #1DC25E;
}
</style>