Shades of Malachite #1DED68
Tints of Malachite #1DED68
RGB
CMYK
RGB Variations
Color information
#1DED68 (or 0x1DED68) is known color: Malachite. HEX triplet: 1D, ED and 68. RGB value is (29,237,104). Sum of RGB (Red+Green+Blue) = 29+237+104=370 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.84% from 370); Green value is 237 (92.97% from 255 or 64.05% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 237 - color contains mainly: green. Hex color #1DED68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DED68 is #E21297. Grayscale: #9F9F9F. Windows color (decimal): -14815896 or 6876445. OLE color: 6876445.
HSL color Cylindrical-coordinate representation of color #1DED68: hue angle of 141.63º 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 #1DED68 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 104 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.07 |
| HSL | 141.63º | 0.85% | 0.52% | - |
| HSV(B) | 141.63º | 0.88% | 0.93% | - |
| XYZ | 33.29 | 61.83 | 23.28 | - |
| YUV | 159.65 | 96.59 | 34.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 104 | 0.88 | 0 | 0.56 | 0.07 | 141.63 | 0.85 | 0.52 |
| Hex | 1D | ED | 68 | 58 | 0 | 38 | 7 | 8E | 55 | 34 |
| Octal | 35 | 355 | 150 | 130 | 0 | 70 | 7 | 216 | 125 | 64 |
| Binary | 11101 | 11101101 | 1101000 | 1011000 | 0 | 111000 | 111 | 10001110 | 1010101 | 110100 |
Color Harmonies of #1DED68
Complementary color
Monochromatic Colors of #1DED68
Black with #1DED68
Text Example
Text Example
White with #1DED68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DED68; }
p { color: rgb(29,237,104); }
H1.HeaderClassName
{
color: #1DED68;
}
.AnyTagClassName
{
color: #1DED68;
}
</style>
background-color css
<style>
a { background-color: #1DED68; }
a { background-color: rgb(29,237,104); }
div.DivClassName
{
background-color: #1DED68;
}
.BgClassName
{
background-color: #1DED68;
}
</style>
border-color css
<style>
span { border-color: #1DED68; }
span { border-color: rgb(29,237,104); }
td.TdClassName
{
border-color: #1DED68;
}
.TagClassName
{
border-color: #1DED68;
}
</style>