Shades of Malachite #1ED85B
Tints of Malachite #1ED85B
RGB
CMYK
RGB Variations
Color information
#1ED85B (or 0x1ED85B) is known color: Malachite. HEX triplet: 1E, D8 and 5B. RGB value is (30,216,91). Sum of RGB (Red+Green+Blue) = 30+216+91=337 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.90% from 337); Green value is 216 (84.77% from 255 or 64.09% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED85B is #E127A4. Grayscale: #929292. Windows color (decimal): -14755749 or 6019102. OLE color: 6019102.
HSL color Cylindrical-coordinate representation of color #1ED85B: hue angle of 139.68º 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 #1ED85B is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 216 | 91 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.15 |
| HSL | 139.68º | 0.76% | 0.48% | - |
| HSV(B) | 139.68º | 0.86% | 0.85% | - |
| XYZ | 26.98 | 50.14 | 18.15 | - |
| YUV | 146.14 | 96.88 | 45.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 216 | 91 | 0.86 | 0 | 0.58 | 0.15 | 139.68 | 0.76 | 0.48 |
| Hex | 1E | D8 | 5B | 56 | 0 | 3A | F | 8C | 4C | 30 |
| Octal | 36 | 330 | 133 | 126 | 0 | 72 | 17 | 214 | 114 | 60 |
| Binary | 11110 | 11011000 | 1011011 | 1010110 | 0 | 111010 | 1111 | 10001100 | 1001100 | 110000 |
Color Harmonies of #1ED85B
Complementary color
Monochromatic Colors of #1ED85B
Black with #1ED85B
Text Example
Text Example
White with #1ED85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED85B; }
p { color: rgb(30,216,91); }
H1.HeaderClassName
{
color: #1ED85B;
}
.AnyTagClassName
{
color: #1ED85B;
}
</style>
background-color css
<style>
a { background-color: #1ED85B; }
a { background-color: rgb(30,216,91); }
div.DivClassName
{
background-color: #1ED85B;
}
.BgClassName
{
background-color: #1ED85B;
}
</style>
border-color css
<style>
span { border-color: #1ED85B; }
span { border-color: rgb(30,216,91); }
td.TdClassName
{
border-color: #1ED85B;
}
.TagClassName
{
border-color: #1ED85B;
}
</style>