Shades of Malachite #1DDB52
Tints of Malachite #1DDB52
RGB
CMYK
RGB Variations
Color information
#1DDB52 (or 0x1DDB52) is known color: Malachite. HEX triplet: 1D, DB and 52. RGB value is (29,219,82). Sum of RGB (Red+Green+Blue) = 29+219+82=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 219 (85.94% from 255 or 66.36% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 219 - color contains mainly: green. Hex color #1DDB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DDB52 is #E224AD. Grayscale: #929292. Windows color (decimal): -14820526 or 5430045. OLE color: 5430045.
HSL color Cylindrical-coordinate representation of color #1DDB52: hue angle of 136.74º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDB52 is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 219 | 82 | - |
| CMYK | 0.87 | 0 | 0.63 | 0.14 |
| HSL | 136.74º | 0.77% | 0.49% | - |
| HSV(B) | 136.74º | 0.87% | 0.86% | - |
| XYZ | 27.36 | 51.53 | 16.49 | - |
| YUV | 146.57 | 91.55 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 219 | 82 | 0.87 | 0 | 0.63 | 0.14 | 136.74 | 0.77 | 0.49 |
| Hex | 1D | DB | 52 | 57 | 0 | 3F | E | 89 | 4D | 31 |
| Octal | 35 | 333 | 122 | 127 | 0 | 77 | 16 | 211 | 115 | 61 |
| Binary | 11101 | 11011011 | 1010010 | 1010111 | 0 | 111111 | 1110 | 10001001 | 1001101 | 110001 |
Color Harmonies of #1DDB52
Complementary color
Monochromatic Colors of #1DDB52
Black with #1DDB52
Text Example
Text Example
White with #1DDB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDB52; }
p { color: rgb(29,219,82); }
H1.HeaderClassName
{
color: #1DDB52;
}
.AnyTagClassName
{
color: #1DDB52;
}
</style>
background-color css
<style>
a { background-color: #1DDB52; }
a { background-color: rgb(29,219,82); }
div.DivClassName
{
background-color: #1DDB52;
}
.BgClassName
{
background-color: #1DDB52;
}
</style>
border-color css
<style>
span { border-color: #1DDB52; }
span { border-color: rgb(29,219,82); }
td.TdClassName
{
border-color: #1DDB52;
}
.TagClassName
{
border-color: #1DDB52;
}
</style>