Shades of Malachite #1DF15F
Tints of Malachite #1DF15F
RGB
CMYK
RGB Variations
Color information
#1DF15F (or 0x1DF15F) is known color: Malachite. HEX triplet: 1D, F1 and 5F. RGB value is (29,241,95). Sum of RGB (Red+Green+Blue) = 29+241+95=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 241 (94.53% from 255 or 66.03% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF15F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF15F is #E20EA0. Grayscale: #A1A1A1. Windows color (decimal): -14814881 or 6287645. OLE color: 6287645.
HSL color Cylindrical-coordinate representation of color #1DF15F: hue angle of 138.68º 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 #1DF15F is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 29 | 241 | 95 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.05 |
| HSL | 138.68º | 0.88% | 0.53% | - |
| HSV(B) | 138.68º | 0.88% | 0.95% | - |
| XYZ | 34.03 | 64 | 21.39 | - |
| YUV | 160.97 | 90.76 | 33.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 241 | 95 | 0.88 | 0 | 0.61 | 0.05 | 138.68 | 0.88 | 0.53 |
| Hex | 1D | F1 | 5F | 58 | 0 | 3D | 5 | 8B | 58 | 35 |
| Octal | 35 | 361 | 137 | 130 | 0 | 75 | 5 | 213 | 130 | 65 |
| Binary | 11101 | 11110001 | 1011111 | 1011000 | 0 | 111101 | 101 | 10001011 | 1011000 | 110101 |
Color Harmonies of #1DF15F
Complementary color
Monochromatic Colors of #1DF15F
Black with #1DF15F
Text Example
Text Example
White with #1DF15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF15F; }
p { color: rgb(29,241,95); }
H1.HeaderClassName
{
color: #1DF15F;
}
.AnyTagClassName
{
color: #1DF15F;
}
</style>
background-color css
<style>
a { background-color: #1DF15F; }
a { background-color: rgb(29,241,95); }
div.DivClassName
{
background-color: #1DF15F;
}
.BgClassName
{
background-color: #1DF15F;
}
</style>
border-color css
<style>
span { border-color: #1DF15F; }
span { border-color: rgb(29,241,95); }
td.TdClassName
{
border-color: #1DF15F;
}
.TagClassName
{
border-color: #1DF15F;
}
</style>