Shades of Malachite #1DD461
Tints of Malachite #1DD461
RGB
CMYK
RGB Variations
Color information
#1DD461 (or 0x1DD461) is known color: Malachite. HEX triplet: 1D, D4 and 61. RGB value is (29,212,97). Sum of RGB (Red+Green+Blue) = 29+212+97=338 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.58% from 338); Green value is 212 (83.20% from 255 or 62.72% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 212 - color contains mainly: green. Hex color #1DD461 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD461 is #E22B9E. Grayscale: #909090. Windows color (decimal): -14822303 or 6411293. OLE color: 6411293.
HSL color Cylindrical-coordinate representation of color #1DD461: hue angle of 142.3º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD461 is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 29 | 212 | 97 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.17 |
| HSL | 142.3º | 0.76% | 0.47% | - |
| HSV(B) | 142.3º | 0.86% | 0.83% | - |
| XYZ | 26.21 | 48.21 | 19.23 | - |
| YUV | 144.17 | 101.37 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 212 | 97 | 0.86 | 0 | 0.54 | 0.17 | 142.3 | 0.76 | 0.47 |
| Hex | 1D | D4 | 61 | 56 | 0 | 36 | 11 | 8E | 4C | 2F |
| Octal | 35 | 324 | 141 | 126 | 0 | 66 | 21 | 216 | 114 | 57 |
| Binary | 11101 | 11010100 | 1100001 | 1010110 | 0 | 110110 | 10001 | 10001110 | 1001100 | 101111 |
Color Harmonies of #1DD461
Complementary color
Monochromatic Colors of #1DD461
Black with #1DD461
Text Example
Text Example
White with #1DD461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD461; }
p { color: rgb(29,212,97); }
H1.HeaderClassName
{
color: #1DD461;
}
.AnyTagClassName
{
color: #1DD461;
}
</style>
background-color css
<style>
a { background-color: #1DD461; }
a { background-color: rgb(29,212,97); }
div.DivClassName
{
background-color: #1DD461;
}
.BgClassName
{
background-color: #1DD461;
}
</style>
border-color css
<style>
span { border-color: #1DD461; }
span { border-color: rgb(29,212,97); }
td.TdClassName
{
border-color: #1DD461;
}
.TagClassName
{
border-color: #1DD461;
}
</style>