Shades of Malachite #1DE970
Tints of Malachite #1DE970
RGB
CMYK
RGB Variations
Color information
#1DE970 (or 0x1DE970) is known color: Malachite. HEX triplet: 1D, E9 and 70. RGB value is (29,233,112). Sum of RGB (Red+Green+Blue) = 29+233+112=374 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.75% from 374); Green value is 233 (91.41% from 255 or 62.30% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 233 - color contains mainly: green. Hex color #1DE970 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DE970 is #E2168F. Grayscale: #9E9E9E. Windows color (decimal): -14816912 or 7399709. OLE color: 7399709.
HSL color Cylindrical-coordinate representation of color #1DE970: hue angle of 144.41º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DE970 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 233 | 112 | - |
| CMYK | 0.88 | 0 | 0.52 | 0.09 |
| HSL | 144.41º | 0.82% | 0.51% | - |
| HSV(B) | 144.41º | 0.88% | 0.91% | - |
| XYZ | 32.57 | 59.71 | 25.14 | - |
| YUV | 158.21 | 101.91 | 35.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 233 | 112 | 0.88 | 0 | 0.52 | 0.09 | 144.41 | 0.82 | 0.51 |
| Hex | 1D | E9 | 70 | 58 | 0 | 34 | 9 | 90 | 52 | 33 |
| Octal | 35 | 351 | 160 | 130 | 0 | 64 | 11 | 220 | 122 | 63 |
| Binary | 11101 | 11101001 | 1110000 | 1011000 | 0 | 110100 | 1001 | 10010000 | 1010010 | 110011 |
Color Harmonies of #1DE970
Complementary color
Monochromatic Colors of #1DE970
Black with #1DE970
Text Example
Text Example
White with #1DE970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE970; }
p { color: rgb(29,233,112); }
H1.HeaderClassName
{
color: #1DE970;
}
.AnyTagClassName
{
color: #1DE970;
}
</style>
background-color css
<style>
a { background-color: #1DE970; }
a { background-color: rgb(29,233,112); }
div.DivClassName
{
background-color: #1DE970;
}
.BgClassName
{
background-color: #1DE970;
}
</style>
border-color css
<style>
span { border-color: #1DE970; }
span { border-color: rgb(29,233,112); }
td.TdClassName
{
border-color: #1DE970;
}
.TagClassName
{
border-color: #1DE970;
}
</style>