Shades of Malachite #1DD54B
Tints of Malachite #1DD54B
RGB
CMYK
RGB Variations
Color information
#1DD54B (or 0x1DD54B) is known color: Malachite. HEX triplet: 1D, D5 and 4B. RGB value is (29,213,75). Sum of RGB (Red+Green+Blue) = 29+213+75=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 213 (83.59% from 255 or 67.19% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 213 - color contains mainly: green. Hex color #1DD54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD54B is #E22AB4. Grayscale: #8E8E8E. Windows color (decimal): -14822069 or 4969757. OLE color: 4969757.
HSL color Cylindrical-coordinate representation of color #1DD54B: hue angle of 135º 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 #1DD54B is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 213 | 75 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.16 |
| HSL | 135º | 0.76% | 0.47% | - |
| HSV(B) | 135º | 0.86% | 0.84% | - |
| XYZ | 25.57 | 48.36 | 14.64 | - |
| YUV | 142.25 | 90.04 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 213 | 75 | 0.86 | 0 | 0.65 | 0.16 | 135 | 0.76 | 0.47 |
| Hex | 1D | D5 | 4B | 56 | 0 | 41 | 10 | 87 | 4C | 2F |
| Octal | 35 | 325 | 113 | 126 | 0 | 101 | 20 | 207 | 114 | 57 |
| Binary | 11101 | 11010101 | 1001011 | 1010110 | 0 | 1000001 | 10000 | 10000111 | 1001100 | 101111 |
Color Harmonies of #1DD54B
Complementary color
Monochromatic Colors of #1DD54B
Black with #1DD54B
Text Example
Text Example
White with #1DD54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD54B; }
p { color: rgb(29,213,75); }
H1.HeaderClassName
{
color: #1DD54B;
}
.AnyTagClassName
{
color: #1DD54B;
}
</style>
background-color css
<style>
a { background-color: #1DD54B; }
a { background-color: rgb(29,213,75); }
div.DivClassName
{
background-color: #1DD54B;
}
.BgClassName
{
background-color: #1DD54B;
}
</style>
border-color css
<style>
span { border-color: #1DD54B; }
span { border-color: rgb(29,213,75); }
td.TdClassName
{
border-color: #1DD54B;
}
.TagClassName
{
border-color: #1DD54B;
}
</style>