Shades of Malachite #1DD35B
Tints of Malachite #1DD35B
RGB
CMYK
RGB Variations
Color information
#1DD35B (or 0x1DD35B) is known color: Malachite. HEX triplet: 1D, D3 and 5B. RGB value is (29,211,91). Sum of RGB (Red+Green+Blue) = 29+211+91=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 211 (82.81% from 255 or 63.75% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 211 - color contains mainly: green. Hex color #1DD35B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD35B is #E22CA4. Grayscale: #8F8F8F. Windows color (decimal): -14822565 or 6017821. OLE color: 6017821.
HSL color Cylindrical-coordinate representation of color #1DD35B: hue angle of 140.44º 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 #1DD35B is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 29 | 211 | 91 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.17 |
| HSL | 140.44º | 0.76% | 0.47% | - |
| HSV(B) | 140.44º | 0.86% | 0.83% | - |
| XYZ | 25.69 | 47.61 | 17.73 | - |
| YUV | 142.9 | 98.7 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 211 | 91 | 0.86 | 0 | 0.57 | 0.17 | 140.44 | 0.76 | 0.47 |
| Hex | 1D | D3 | 5B | 56 | 0 | 39 | 11 | 8C | 4C | 2F |
| Octal | 35 | 323 | 133 | 126 | 0 | 71 | 21 | 214 | 114 | 57 |
| Binary | 11101 | 11010011 | 1011011 | 1010110 | 0 | 111001 | 10001 | 10001100 | 1001100 | 101111 |
Color Harmonies of #1DD35B
Complementary color
Monochromatic Colors of #1DD35B
Black with #1DD35B
Text Example
Text Example
White with #1DD35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD35B; }
p { color: rgb(29,211,91); }
H1.HeaderClassName
{
color: #1DD35B;
}
.AnyTagClassName
{
color: #1DD35B;
}
</style>
background-color css
<style>
a { background-color: #1DD35B; }
a { background-color: rgb(29,211,91); }
div.DivClassName
{
background-color: #1DD35B;
}
.BgClassName
{
background-color: #1DD35B;
}
</style>
border-color css
<style>
span { border-color: #1DD35B; }
span { border-color: rgb(29,211,91); }
td.TdClassName
{
border-color: #1DD35B;
}
.TagClassName
{
border-color: #1DD35B;
}
</style>