Shades of Malachite #1DE04B
Tints of Malachite #1DE04B
RGB
CMYK
RGB Variations
Color information
#1DE04B (or 0x1DE04B) is known color: Malachite. HEX triplet: 1D, E0 and 4B. RGB value is (29,224,75). Sum of RGB (Red+Green+Blue) = 29+224+75=328 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.84% from 328); Green value is 224 (87.89% from 255 or 68.29% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 224 - color contains mainly: green. Hex color #1DE04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DE04B is #E21FB4. Grayscale: #959595. Windows color (decimal): -14819253 or 4972573. OLE color: 4972573.
HSL color Cylindrical-coordinate representation of color #1DE04B: hue angle of 134.15º 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 #1DE04B is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 224 | 75 | - |
| CMYK | 0.87 | 0 | 0.67 | 0.12 |
| HSL | 134.15º | 0.77% | 0.5% | - |
| HSV(B) | 134.15º | 0.87% | 0.88% | - |
| XYZ | 28.43 | 54.08 | 15.6 | - |
| YUV | 148.71 | 86.4 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 224 | 75 | 0.87 | 0 | 0.67 | 0.12 | 134.15 | 0.77 | 0.5 |
| Hex | 1D | E0 | 4B | 57 | 0 | 43 | C | 86 | 4D | 32 |
| Octal | 35 | 340 | 113 | 127 | 0 | 103 | 14 | 206 | 115 | 62 |
| Binary | 11101 | 11100000 | 1001011 | 1010111 | 0 | 1000011 | 1100 | 10000110 | 1001101 | 110010 |
Color Harmonies of #1DE04B
Complementary color
Monochromatic Colors of #1DE04B
Black with #1DE04B
Text Example
Text Example
White with #1DE04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE04B; }
p { color: rgb(29,224,75); }
H1.HeaderClassName
{
color: #1DE04B;
}
.AnyTagClassName
{
color: #1DE04B;
}
</style>
background-color css
<style>
a { background-color: #1DE04B; }
a { background-color: rgb(29,224,75); }
div.DivClassName
{
background-color: #1DE04B;
}
.BgClassName
{
background-color: #1DE04B;
}
</style>
border-color css
<style>
span { border-color: #1DE04B; }
span { border-color: rgb(29,224,75); }
td.TdClassName
{
border-color: #1DE04B;
}
.TagClassName
{
border-color: #1DE04B;
}
</style>