Shades of Malachite #1DD65F
Tints of Malachite #1DD65F
RGB
CMYK
RGB Variations
Color information
#1DD65F (or 0x1DD65F) is known color: Malachite. HEX triplet: 1D, D6 and 5F. RGB value is (29,214,95). Sum of RGB (Red+Green+Blue) = 29+214+95=338 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.58% from 338); Green value is 214 (83.98% from 255 or 63.31% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 214 - color contains mainly: green. Hex color #1DD65F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD65F is #E229A0. Grayscale: #919191. Windows color (decimal): -14821793 or 6280733. OLE color: 6280733.
HSL color Cylindrical-coordinate representation of color #1DD65F: hue angle of 141.41º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD65F is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 214 | 95 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.16 |
| HSL | 141.41º | 0.76% | 0.48% | - |
| HSV(B) | 141.41º | 0.86% | 0.84% | - |
| XYZ | 26.62 | 49.18 | 18.92 | - |
| YUV | 145.12 | 99.71 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 214 | 95 | 0.86 | 0 | 0.56 | 0.16 | 141.41 | 0.76 | 0.48 |
| Hex | 1D | D6 | 5F | 56 | 0 | 38 | 10 | 8D | 4C | 30 |
| Octal | 35 | 326 | 137 | 126 | 0 | 70 | 20 | 215 | 114 | 60 |
| Binary | 11101 | 11010110 | 1011111 | 1010110 | 0 | 111000 | 10000 | 10001101 | 1001100 | 110000 |
Color Harmonies of #1DD65F
Complementary color
Monochromatic Colors of #1DD65F
Black with #1DD65F
Text Example
Text Example
White with #1DD65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD65F; }
p { color: rgb(29,214,95); }
H1.HeaderClassName
{
color: #1DD65F;
}
.AnyTagClassName
{
color: #1DD65F;
}
</style>
background-color css
<style>
a { background-color: #1DD65F; }
a { background-color: rgb(29,214,95); }
div.DivClassName
{
background-color: #1DD65F;
}
.BgClassName
{
background-color: #1DD65F;
}
</style>
border-color css
<style>
span { border-color: #1DD65F; }
span { border-color: rgb(29,214,95); }
td.TdClassName
{
border-color: #1DD65F;
}
.TagClassName
{
border-color: #1DD65F;
}
</style>