Shades of Malachite #1DDE5D
Tints of Malachite #1DDE5D
RGB
CMYK
RGB Variations
Color information
#1DDE5D (or 0x1DDE5D) is known color: Malachite. HEX triplet: 1D, DE and 5D. RGB value is (29,222,93). Sum of RGB (Red+Green+Blue) = 29+222+93=344 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.43% from 344); Green value is 222 (87.11% from 255 or 64.53% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 222 - color contains mainly: green. Hex color #1DDE5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DDE5D is #E221A2. Grayscale: #959595. Windows color (decimal): -14819747 or 6151709. OLE color: 6151709.
HSL color Cylindrical-coordinate representation of color #1DDE5D: hue angle of 139.9º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDE5D is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 222 | 93 | - |
| CMYK | 0.87 | 0 | 0.58 | 0.13 |
| HSL | 139.9º | 0.77% | 0.49% | - |
| HSV(B) | 139.9º | 0.87% | 0.87% | - |
| XYZ | 28.6 | 53.29 | 19.14 | - |
| YUV | 149.59 | 96.06 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 222 | 93 | 0.87 | 0 | 0.58 | 0.13 | 139.9 | 0.77 | 0.49 |
| Hex | 1D | DE | 5D | 57 | 0 | 3A | D | 8C | 4D | 31 |
| Octal | 35 | 336 | 135 | 127 | 0 | 72 | 15 | 214 | 115 | 61 |
| Binary | 11101 | 11011110 | 1011101 | 1010111 | 0 | 111010 | 1101 | 10001100 | 1001101 | 110001 |
Color Harmonies of #1DDE5D
Complementary color
Monochromatic Colors of #1DDE5D
Black with #1DDE5D
Text Example
Text Example
White with #1DDE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDE5D; }
p { color: rgb(29,222,93); }
H1.HeaderClassName
{
color: #1DDE5D;
}
.AnyTagClassName
{
color: #1DDE5D;
}
</style>
background-color css
<style>
a { background-color: #1DDE5D; }
a { background-color: rgb(29,222,93); }
div.DivClassName
{
background-color: #1DDE5D;
}
.BgClassName
{
background-color: #1DDE5D;
}
</style>
border-color css
<style>
span { border-color: #1DDE5D; }
span { border-color: rgb(29,222,93); }
td.TdClassName
{
border-color: #1DDE5D;
}
.TagClassName
{
border-color: #1DDE5D;
}
</style>