Shades of Malachite #1DDD57
Tints of Malachite #1DDD57
RGB
CMYK
RGB Variations
Color information
#1DDD57 (or 0x1DDD57) is known color: Malachite. HEX triplet: 1D, DD and 57. RGB value is (29,221,87). Sum of RGB (Red+Green+Blue) = 29+221+87=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 221 (86.72% from 255 or 65.58% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDD57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DDD57 is #E222A8. Grayscale: #949494. Windows color (decimal): -14820009 or 5758237. OLE color: 5758237.
HSL color Cylindrical-coordinate representation of color #1DDD57: hue angle of 138.12º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDD57 is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 221 | 87 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.13 |
| HSL | 138.13º | 0.77% | 0.49% | - |
| HSV(B) | 138.13º | 0.87% | 0.87% | - |
| XYZ | 28.08 | 52.66 | 17.7 | - |
| YUV | 148.32 | 93.39 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 221 | 87 | 0.87 | 0 | 0.61 | 0.13 | 138.13 | 0.77 | 0.49 |
| Hex | 1D | DD | 57 | 57 | 0 | 3D | D | 8A | 4D | 31 |
| Octal | 35 | 335 | 127 | 127 | 0 | 75 | 15 | 212 | 115 | 61 |
| Binary | 11101 | 11011101 | 1010111 | 1010111 | 0 | 111101 | 1101 | 10001010 | 1001101 | 110001 |
Color Harmonies of #1DDD57
Complementary color
Monochromatic Colors of #1DDD57
Black with #1DDD57
Text Example
Text Example
White with #1DDD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDD57; }
p { color: rgb(29,221,87); }
H1.HeaderClassName
{
color: #1DDD57;
}
.AnyTagClassName
{
color: #1DDD57;
}
</style>
background-color css
<style>
a { background-color: #1DDD57; }
a { background-color: rgb(29,221,87); }
div.DivClassName
{
background-color: #1DDD57;
}
.BgClassName
{
background-color: #1DDD57;
}
</style>
border-color css
<style>
span { border-color: #1DDD57; }
span { border-color: rgb(29,221,87); }
td.TdClassName
{
border-color: #1DDD57;
}
.TagClassName
{
border-color: #1DDD57;
}
</style>