Shades of Malachite #1DDC4D
Tints of Malachite #1DDC4D
RGB
CMYK
RGB Variations
Color information
#1DDC4D (or 0x1DDC4D) is known color: Malachite. HEX triplet: 1D, DC and 4D. RGB value is (29,220,77). Sum of RGB (Red+Green+Blue) = 29+220+77=326 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.90% from 326); Green value is 220 (86.33% from 255 or 67.48% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DDC4D is #E223B2. Grayscale: #929292. Windows color (decimal): -14820275 or 5102621. OLE color: 5102621.
HSL color Cylindrical-coordinate representation of color #1DDC4D: hue angle of 135.08º 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 #1DDC4D is Cyan = 0.87, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 220 | 77 | - |
| CMYK | 0.87 | 0 | 0.65 | 0.14 |
| HSL | 135.08º | 0.77% | 0.49% | - |
| HSV(B) | 135.08º | 0.87% | 0.86% | - |
| XYZ | 27.44 | 51.98 | 15.61 | - |
| YUV | 146.59 | 88.72 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 220 | 77 | 0.87 | 0 | 0.65 | 0.14 | 135.08 | 0.77 | 0.49 |
| Hex | 1D | DC | 4D | 57 | 0 | 41 | E | 87 | 4D | 31 |
| Octal | 35 | 334 | 115 | 127 | 0 | 101 | 16 | 207 | 115 | 61 |
| Binary | 11101 | 11011100 | 1001101 | 1010111 | 0 | 1000001 | 1110 | 10000111 | 1001101 | 110001 |
Color Harmonies of #1DDC4D
Complementary color
Monochromatic Colors of #1DDC4D
Black with #1DDC4D
Text Example
Text Example
White with #1DDC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDC4D; }
p { color: rgb(29,220,77); }
H1.HeaderClassName
{
color: #1DDC4D;
}
.AnyTagClassName
{
color: #1DDC4D;
}
</style>
background-color css
<style>
a { background-color: #1DDC4D; }
a { background-color: rgb(29,220,77); }
div.DivClassName
{
background-color: #1DDC4D;
}
.BgClassName
{
background-color: #1DDC4D;
}
</style>
border-color css
<style>
span { border-color: #1DDC4D; }
span { border-color: rgb(29,220,77); }
td.TdClassName
{
border-color: #1DDC4D;
}
.TagClassName
{
border-color: #1DDC4D;
}
</style>