Shades of Malachite #1DD55B
Tints of Malachite #1DD55B
RGB
CMYK
RGB Variations
Color information
#1DD55B (or 0x1DD55B) is known color: Malachite. HEX triplet: 1D, D5 and 5B. RGB value is (29,213,91). Sum of RGB (Red+Green+Blue) = 29+213+91=333 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.71% from 333); Green value is 213 (83.59% from 255 or 63.96% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 213 - color contains mainly: green. Hex color #1DD55B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD55B is #E22AA4. Grayscale: #909090. Windows color (decimal): -14822053 or 6018333. OLE color: 6018333.
HSL color Cylindrical-coordinate representation of color #1DD55B: hue angle of 140.22º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD55B is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 213 | 91 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.16 |
| HSL | 140.22º | 0.76% | 0.47% | - |
| HSV(B) | 140.22º | 0.86% | 0.84% | - |
| XYZ | 26.19 | 48.61 | 17.9 | - |
| YUV | 144.08 | 98.04 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 213 | 91 | 0.86 | 0 | 0.57 | 0.16 | 140.22 | 0.76 | 0.47 |
| Hex | 1D | D5 | 5B | 56 | 0 | 39 | 10 | 8C | 4C | 2F |
| Octal | 35 | 325 | 133 | 126 | 0 | 71 | 20 | 214 | 114 | 57 |
| Binary | 11101 | 11010101 | 1011011 | 1010110 | 0 | 111001 | 10000 | 10001100 | 1001100 | 101111 |
Color Harmonies of #1DD55B
Complementary color
Monochromatic Colors of #1DD55B
Black with #1DD55B
Text Example
Text Example
White with #1DD55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD55B; }
p { color: rgb(29,213,91); }
H1.HeaderClassName
{
color: #1DD55B;
}
.AnyTagClassName
{
color: #1DD55B;
}
</style>
background-color css
<style>
a { background-color: #1DD55B; }
a { background-color: rgb(29,213,91); }
div.DivClassName
{
background-color: #1DD55B;
}
.BgClassName
{
background-color: #1DD55B;
}
</style>
border-color css
<style>
span { border-color: #1DD55B; }
span { border-color: rgb(29,213,91); }
td.TdClassName
{
border-color: #1DD55B;
}
.TagClassName
{
border-color: #1DD55B;
}
</style>