Shades of Malachite #1DD24F
Tints of Malachite #1DD24F
RGB
CMYK
RGB Variations
Color information
#1DD24F (or 0x1DD24F) is known color: Malachite. HEX triplet: 1D, D2 and 4F. RGB value is (29,210,79). Sum of RGB (Red+Green+Blue) = 29+210+79=318 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.12% from 318); Green value is 210 (82.42% from 255 or 66.04% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD24F is #E22DB0. Grayscale: #8D8D8D. Windows color (decimal): -14822833 or 5231133. OLE color: 5231133.
HSL color Cylindrical-coordinate representation of color #1DD24F: hue angle of 136.57º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD24F is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 210 | 79 | - |
| CMYK | 0.86 | 0 | 0.62 | 0.18 |
| HSL | 136.57º | 0.76% | 0.47% | - |
| HSV(B) | 136.57º | 0.86% | 0.82% | - |
| XYZ | 24.96 | 46.92 | 15.14 | - |
| YUV | 140.95 | 93.03 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 210 | 79 | 0.86 | 0 | 0.62 | 0.18 | 136.57 | 0.76 | 0.47 |
| Hex | 1D | D2 | 4F | 56 | 0 | 3E | 12 | 89 | 4C | 2F |
| Octal | 35 | 322 | 117 | 126 | 0 | 76 | 22 | 211 | 114 | 57 |
| Binary | 11101 | 11010010 | 1001111 | 1010110 | 0 | 111110 | 10010 | 10001001 | 1001100 | 101111 |
Color Harmonies of #1DD24F
Complementary color
Monochromatic Colors of #1DD24F
Black with #1DD24F
Text Example
Text Example
White with #1DD24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD24F; }
p { color: rgb(29,210,79); }
H1.HeaderClassName
{
color: #1DD24F;
}
.AnyTagClassName
{
color: #1DD24F;
}
</style>
background-color css
<style>
a { background-color: #1DD24F; }
a { background-color: rgb(29,210,79); }
div.DivClassName
{
background-color: #1DD24F;
}
.BgClassName
{
background-color: #1DD24F;
}
</style>
border-color css
<style>
span { border-color: #1DD24F; }
span { border-color: rgb(29,210,79); }
td.TdClassName
{
border-color: #1DD24F;
}
.TagClassName
{
border-color: #1DD24F;
}
</style>