Shades of Malachite #1EDC5B
Tints of Malachite #1EDC5B
RGB
CMYK
RGB Variations
Color information
#1EDC5B (or 0x1EDC5B) is known color: Malachite. HEX triplet: 1E, DC and 5B. RGB value is (30,220,91). Sum of RGB (Red+Green+Blue) = 30+220+91=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 220 (86.33% from 255 or 64.52% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDC5B is #E123A4. Grayscale: #949494. Windows color (decimal): -14754725 or 6020126. OLE color: 6020126.
HSL color Cylindrical-coordinate representation of color #1EDC5B: hue angle of 139.26º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDC5B is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 91 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.14 |
| HSL | 139.26º | 0.76% | 0.49% | - |
| HSV(B) | 139.26º | 0.86% | 0.86% | - |
| XYZ | 28.02 | 52.22 | 18.5 | - |
| YUV | 148.48 | 95.55 | 43.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 91 | 0.86 | 0 | 0.59 | 0.14 | 139.26 | 0.76 | 0.49 |
| Hex | 1E | DC | 5B | 56 | 0 | 3B | E | 8B | 4C | 31 |
| Octal | 36 | 334 | 133 | 126 | 0 | 73 | 16 | 213 | 114 | 61 |
| Binary | 11110 | 11011100 | 1011011 | 1010110 | 0 | 111011 | 1110 | 10001011 | 1001100 | 110001 |
Color Harmonies of #1EDC5B
Complementary color
Monochromatic Colors of #1EDC5B
Black with #1EDC5B
Text Example
Text Example
White with #1EDC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDC5B; }
p { color: rgb(30,220,91); }
H1.HeaderClassName
{
color: #1EDC5B;
}
.AnyTagClassName
{
color: #1EDC5B;
}
</style>
background-color css
<style>
a { background-color: #1EDC5B; }
a { background-color: rgb(30,220,91); }
div.DivClassName
{
background-color: #1EDC5B;
}
.BgClassName
{
background-color: #1EDC5B;
}
</style>
border-color css
<style>
span { border-color: #1EDC5B; }
span { border-color: rgb(30,220,91); }
td.TdClassName
{
border-color: #1EDC5B;
}
.TagClassName
{
border-color: #1EDC5B;
}
</style>