Shades of Malachite #1ED85F
Tints of Malachite #1ED85F
RGB
CMYK
RGB Variations
Color information
#1ED85F (or 0x1ED85F) is known color: Malachite. HEX triplet: 1E, D8 and 5F. RGB value is (30,216,95). Sum of RGB (Red+Green+Blue) = 30+216+95=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 216 (84.77% from 255 or 63.34% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED85F is #E127A0. Grayscale: #929292. Windows color (decimal): -14755745 or 6281246. OLE color: 6281246.
HSL color Cylindrical-coordinate representation of color #1ED85F: hue angle of 140.97º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED85F is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 216 | 95 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.15 |
| HSL | 140.97º | 0.76% | 0.48% | - |
| HSV(B) | 140.97º | 0.86% | 0.85% | - |
| XYZ | 27.16 | 50.21 | 19.09 | - |
| YUV | 146.59 | 98.88 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 216 | 95 | 0.86 | 0 | 0.56 | 0.15 | 140.97 | 0.76 | 0.48 |
| Hex | 1E | D8 | 5F | 56 | 0 | 38 | F | 8D | 4C | 30 |
| Octal | 36 | 330 | 137 | 126 | 0 | 70 | 17 | 215 | 114 | 60 |
| Binary | 11110 | 11011000 | 1011111 | 1010110 | 0 | 111000 | 1111 | 10001101 | 1001100 | 110000 |
Color Harmonies of #1ED85F
Complementary color
Monochromatic Colors of #1ED85F
Black with #1ED85F
Text Example
Text Example
White with #1ED85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED85F; }
p { color: rgb(30,216,95); }
H1.HeaderClassName
{
color: #1ED85F;
}
.AnyTagClassName
{
color: #1ED85F;
}
</style>
background-color css
<style>
a { background-color: #1ED85F; }
a { background-color: rgb(30,216,95); }
div.DivClassName
{
background-color: #1ED85F;
}
.BgClassName
{
background-color: #1ED85F;
}
</style>
border-color css
<style>
span { border-color: #1ED85F; }
span { border-color: rgb(30,216,95); }
td.TdClassName
{
border-color: #1ED85F;
}
.TagClassName
{
border-color: #1ED85F;
}
</style>