Shades of Malachite #1DED60
Tints of Malachite #1DED60
RGB
CMYK
RGB Variations
Color information
#1DED60 (or 0x1DED60) is known color: Malachite. HEX triplet: 1D, ED and 60. RGB value is (29,237,96). Sum of RGB (Red+Green+Blue) = 29+237+96=362 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.01% from 362); Green value is 237 (92.97% from 255 or 65.47% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 237 - color contains mainly: green. Hex color #1DED60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DED60 is #E2129F. Grayscale: #9F9F9F. Windows color (decimal): -14815904 or 6352157. OLE color: 6352157.
HSL color Cylindrical-coordinate representation of color #1DED60: hue angle of 139.33º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DED60 is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 96 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.07 |
| HSL | 139.33º | 0.85% | 0.52% | - |
| HSV(B) | 139.33º | 0.88% | 0.93% | - |
| XYZ | 32.9 | 61.67 | 21.24 | - |
| YUV | 158.73 | 92.59 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 96 | 0.88 | 0 | 0.59 | 0.07 | 139.33 | 0.85 | 0.52 |
| Hex | 1D | ED | 60 | 58 | 0 | 3B | 7 | 8B | 55 | 34 |
| Octal | 35 | 355 | 140 | 130 | 0 | 73 | 7 | 213 | 125 | 64 |
| Binary | 11101 | 11101101 | 1100000 | 1011000 | 0 | 111011 | 111 | 10001011 | 1010101 | 110100 |
Color Harmonies of #1DED60
Complementary color
Monochromatic Colors of #1DED60
Black with #1DED60
Text Example
Text Example
White with #1DED60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DED60; }
p { color: rgb(29,237,96); }
H1.HeaderClassName
{
color: #1DED60;
}
.AnyTagClassName
{
color: #1DED60;
}
</style>
background-color css
<style>
a { background-color: #1DED60; }
a { background-color: rgb(29,237,96); }
div.DivClassName
{
background-color: #1DED60;
}
.BgClassName
{
background-color: #1DED60;
}
</style>
border-color css
<style>
span { border-color: #1DED60; }
span { border-color: rgb(29,237,96); }
td.TdClassName
{
border-color: #1DED60;
}
.TagClassName
{
border-color: #1DED60;
}
</style>