Shades of Malachite #1DF15D
Tints of Malachite #1DF15D
RGB
CMYK
RGB Variations
Color information
#1DF15D (or 0x1DF15D) is known color: Malachite. HEX triplet: 1D, F1 and 5D. RGB value is (29,241,93). Sum of RGB (Red+Green+Blue) = 29+241+93=363 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.99% from 363); Green value is 241 (94.53% from 255 or 66.39% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF15D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF15D is #E20EA2. Grayscale: #A1A1A1. Windows color (decimal): -14814883 or 6156573. OLE color: 6156573.
HSL color Cylindrical-coordinate representation of color #1DF15D: hue angle of 138.11º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF15D is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 241 | 93 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.05 |
| HSL | 138.11º | 0.88% | 0.53% | - |
| HSV(B) | 138.11º | 0.88% | 0.95% | - |
| XYZ | 33.94 | 63.96 | 20.91 | - |
| YUV | 160.74 | 89.76 | 34.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 241 | 93 | 0.88 | 0 | 0.61 | 0.05 | 138.11 | 0.88 | 0.53 |
| Hex | 1D | F1 | 5D | 58 | 0 | 3D | 5 | 8A | 58 | 35 |
| Octal | 35 | 361 | 135 | 130 | 0 | 75 | 5 | 212 | 130 | 65 |
| Binary | 11101 | 11110001 | 1011101 | 1011000 | 0 | 111101 | 101 | 10001010 | 1011000 | 110101 |
Color Harmonies of #1DF15D
Complementary color
Monochromatic Colors of #1DF15D
Black with #1DF15D
Text Example
Text Example
White with #1DF15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF15D; }
p { color: rgb(29,241,93); }
H1.HeaderClassName
{
color: #1DF15D;
}
.AnyTagClassName
{
color: #1DF15D;
}
</style>
background-color css
<style>
a { background-color: #1DF15D; }
a { background-color: rgb(29,241,93); }
div.DivClassName
{
background-color: #1DF15D;
}
.BgClassName
{
background-color: #1DF15D;
}
</style>
border-color css
<style>
span { border-color: #1DF15D; }
span { border-color: rgb(29,241,93); }
td.TdClassName
{
border-color: #1DF15D;
}
.TagClassName
{
border-color: #1DF15D;
}
</style>