Shades of Malachite #1DD75C
Tints of Malachite #1DD75C
RGB
CMYK
RGB Variations
Color information
#1DD75C (or 0x1DD75C) is known color: Malachite. HEX triplet: 1D, D7 and 5C. RGB value is (29,215,92). Sum of RGB (Red+Green+Blue) = 29+215+92=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 215 (84.38% from 255 or 63.99% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 215 - color contains mainly: green. Hex color #1DD75C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD75C is #E228A3. Grayscale: #919191. Windows color (decimal): -14821540 or 6084381. OLE color: 6084381.
HSL color Cylindrical-coordinate representation of color #1DD75C: hue angle of 140.32º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD75C is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 215 | 92 | - |
| CMYK | 0.87 | 0 | 0.57 | 0.16 |
| HSL | 140.32º | 0.76% | 0.48% | - |
| HSV(B) | 140.32º | 0.87% | 0.84% | - |
| XYZ | 26.74 | 49.63 | 18.3 | - |
| YUV | 145.36 | 97.88 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 215 | 92 | 0.87 | 0 | 0.57 | 0.16 | 140.32 | 0.76 | 0.48 |
| Hex | 1D | D7 | 5C | 57 | 0 | 39 | 10 | 8C | 4C | 30 |
| Octal | 35 | 327 | 134 | 127 | 0 | 71 | 20 | 214 | 114 | 60 |
| Binary | 11101 | 11010111 | 1011100 | 1010111 | 0 | 111001 | 10000 | 10001100 | 1001100 | 110000 |
Color Harmonies of #1DD75C
Complementary color
Monochromatic Colors of #1DD75C
Black with #1DD75C
Text Example
Text Example
White with #1DD75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD75C; }
p { color: rgb(29,215,92); }
H1.HeaderClassName
{
color: #1DD75C;
}
.AnyTagClassName
{
color: #1DD75C;
}
</style>
background-color css
<style>
a { background-color: #1DD75C; }
a { background-color: rgb(29,215,92); }
div.DivClassName
{
background-color: #1DD75C;
}
.BgClassName
{
background-color: #1DD75C;
}
</style>
border-color css
<style>
span { border-color: #1DD75C; }
span { border-color: rgb(29,215,92); }
td.TdClassName
{
border-color: #1DD75C;
}
.TagClassName
{
border-color: #1DD75C;
}
</style>