Shades of Malachite #1DD463
Tints of Malachite #1DD463
RGB
CMYK
RGB Variations
Color information
#1DD463 (or 0x1DD463) is known color: Malachite. HEX triplet: 1D, D4 and 63. RGB value is (29,212,99). Sum of RGB (Red+Green+Blue) = 29+212+99=340 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.53% from 340); Green value is 212 (83.20% from 255 or 62.35% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 212 - color contains mainly: green. Hex color #1DD463 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD463 is #E22B9C. Grayscale: #909090. Windows color (decimal): -14822301 or 6542365. OLE color: 6542365.
HSL color Cylindrical-coordinate representation of color #1DD463: hue angle of 142.95º 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 #1DD463 is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 29 | 212 | 99 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.17 |
| HSL | 142.95º | 0.76% | 0.47% | - |
| HSV(B) | 142.95º | 0.86% | 0.83% | - |
| XYZ | 26.3 | 48.25 | 19.73 | - |
| YUV | 144.4 | 102.37 | 45.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 212 | 99 | 0.86 | 0 | 0.53 | 0.17 | 142.95 | 0.76 | 0.47 |
| Hex | 1D | D4 | 63 | 56 | 0 | 35 | 11 | 8F | 4C | 2F |
| Octal | 35 | 324 | 143 | 126 | 0 | 65 | 21 | 217 | 114 | 57 |
| Binary | 11101 | 11010100 | 1100011 | 1010110 | 0 | 110101 | 10001 | 10001111 | 1001100 | 101111 |
Color Harmonies of #1DD463
Complementary color
Monochromatic Colors of #1DD463
Black with #1DD463
Text Example
Text Example
White with #1DD463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD463; }
p { color: rgb(29,212,99); }
H1.HeaderClassName
{
color: #1DD463;
}
.AnyTagClassName
{
color: #1DD463;
}
</style>
background-color css
<style>
a { background-color: #1DD463; }
a { background-color: rgb(29,212,99); }
div.DivClassName
{
background-color: #1DD463;
}
.BgClassName
{
background-color: #1DD463;
}
</style>
border-color css
<style>
span { border-color: #1DD463; }
span { border-color: rgb(29,212,99); }
td.TdClassName
{
border-color: #1DD463;
}
.TagClassName
{
border-color: #1DD463;
}
</style>