Shades of Malachite #1DE074
Tints of Malachite #1DE074
RGB
CMYK
RGB Variations
Color information
#1DE074 (or 0x1DE074) is known color: Malachite. HEX triplet: 1D, E0 and 74. RGB value is (29,224,116). Sum of RGB (Red+Green+Blue) = 29+224+116=369 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.86% from 369); Green value is 224 (87.89% from 255 or 60.70% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 224 - color contains mainly: green. Hex color #1DE074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DE074 is #E21F8B. Grayscale: #999999. Windows color (decimal): -14819212 or 7659549. OLE color: 7659549.
HSL color Cylindrical-coordinate representation of color #1DE074: hue angle of 146.77º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE074 is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 224 | 116 | - |
| CMYK | 0.87 | 0 | 0.48 | 0.12 |
| HSL | 146.77º | 0.77% | 0.5% | - |
| HSV(B) | 146.77º | 0.87% | 0.88% | - |
| XYZ | 30.31 | 54.83 | 25.51 | - |
| YUV | 153.38 | 106.9 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 224 | 116 | 0.87 | 0 | 0.48 | 0.12 | 146.77 | 0.77 | 0.5 |
| Hex | 1D | E0 | 74 | 57 | 0 | 30 | C | 93 | 4D | 32 |
| Octal | 35 | 340 | 164 | 127 | 0 | 60 | 14 | 223 | 115 | 62 |
| Binary | 11101 | 11100000 | 1110100 | 1010111 | 0 | 110000 | 1100 | 10010011 | 1001101 | 110010 |
Color Harmonies of #1DE074
Complementary color
Monochromatic Colors of #1DE074
Black with #1DE074
Text Example
Text Example
White with #1DE074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE074; }
p { color: rgb(29,224,116); }
H1.HeaderClassName
{
color: #1DE074;
}
.AnyTagClassName
{
color: #1DE074;
}
</style>
background-color css
<style>
a { background-color: #1DE074; }
a { background-color: rgb(29,224,116); }
div.DivClassName
{
background-color: #1DE074;
}
.BgClassName
{
background-color: #1DE074;
}
</style>
border-color css
<style>
span { border-color: #1DE074; }
span { border-color: rgb(29,224,116); }
td.TdClassName
{
border-color: #1DE074;
}
.TagClassName
{
border-color: #1DE074;
}
</style>