Shades of Malachite #1DD06B
Tints of Malachite #1DD06B
RGB
CMYK
RGB Variations
Color information
#1DD06B (or 0x1DD06B) is known color: Malachite. HEX triplet: 1D, D0 and 6B. RGB value is (29,208,107). Sum of RGB (Red+Green+Blue) = 29+208+107=344 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.43% from 344); Green value is 208 (81.64% from 255 or 60.47% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD06B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD06B is #E22F94. Grayscale: #8F8F8F. Windows color (decimal): -14823317 or 7065629. OLE color: 7065629.
HSL color Cylindrical-coordinate representation of color #1DD06B: hue angle of 146.15º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD06B is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 208 | 107 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.18 |
| HSL | 146.15º | 0.76% | 0.46% | - |
| HSV(B) | 146.15º | 0.86% | 0.82% | - |
| XYZ | 25.72 | 46.43 | 21.52 | - |
| YUV | 142.97 | 107.7 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 208 | 107 | 0.86 | 0 | 0.49 | 0.18 | 146.15 | 0.76 | 0.46 |
| Hex | 1D | D0 | 6B | 56 | 0 | 31 | 12 | 92 | 4C | 2E |
| Octal | 35 | 320 | 153 | 126 | 0 | 61 | 22 | 222 | 114 | 56 |
| Binary | 11101 | 11010000 | 1101011 | 1010110 | 0 | 110001 | 10010 | 10010010 | 1001100 | 101110 |
Color Harmonies of #1DD06B
Complementary color
Monochromatic Colors of #1DD06B
Black with #1DD06B
Text Example
Text Example
White with #1DD06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD06B; }
p { color: rgb(29,208,107); }
H1.HeaderClassName
{
color: #1DD06B;
}
.AnyTagClassName
{
color: #1DD06B;
}
</style>
background-color css
<style>
a { background-color: #1DD06B; }
a { background-color: rgb(29,208,107); }
div.DivClassName
{
background-color: #1DD06B;
}
.BgClassName
{
background-color: #1DD06B;
}
</style>
border-color css
<style>
span { border-color: #1DD06B; }
span { border-color: rgb(29,208,107); }
td.TdClassName
{
border-color: #1DD06B;
}
.TagClassName
{
border-color: #1DD06B;
}
</style>