Shades of Malachite #1ED76C
Tints of Malachite #1ED76C
RGB
CMYK
RGB Variations
Color information
#1ED76C (or 0x1ED76C) is known color: Malachite. HEX triplet: 1E, D7 and 6C. RGB value is (30,215,108). Sum of RGB (Red+Green+Blue) = 30+215+108=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 215 (84.38% from 255 or 60.91% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED76C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED76C is #E12893. Grayscale: #939393. Windows color (decimal): -14755988 or 7132958. OLE color: 7132958.
HSL color Cylindrical-coordinate representation of color #1ED76C: hue angle of 145.3º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED76C is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 215 | 108 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.16 |
| HSL | 145.3º | 0.76% | 0.48% | - |
| HSV(B) | 145.3º | 0.86% | 0.84% | - |
| XYZ | 27.54 | 49.96 | 22.38 | - |
| YUV | 147.49 | 105.71 | 44.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 215 | 108 | 0.86 | 0 | 0.50 | 0.16 | 145.3 | 0.76 | 0.48 |
| Hex | 1E | D7 | 6C | 56 | 0 | 32 | 10 | 91 | 4C | 30 |
| Octal | 36 | 327 | 154 | 126 | 0 | 62 | 20 | 221 | 114 | 60 |
| Binary | 11110 | 11010111 | 1101100 | 1010110 | 0 | 110010 | 10000 | 10010001 | 1001100 | 110000 |
Color Harmonies of #1ED76C
Complementary color
Monochromatic Colors of #1ED76C
Black with #1ED76C
Text Example
Text Example
White with #1ED76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED76C; }
p { color: rgb(30,215,108); }
H1.HeaderClassName
{
color: #1ED76C;
}
.AnyTagClassName
{
color: #1ED76C;
}
</style>
background-color css
<style>
a { background-color: #1ED76C; }
a { background-color: rgb(30,215,108); }
div.DivClassName
{
background-color: #1ED76C;
}
.BgClassName
{
background-color: #1ED76C;
}
</style>
border-color css
<style>
span { border-color: #1ED76C; }
span { border-color: rgb(30,215,108); }
td.TdClassName
{
border-color: #1ED76C;
}
.TagClassName
{
border-color: #1ED76C;
}
</style>