Shades of Malachite #1EDD76
Tints of Malachite #1EDD76
RGB
CMYK
RGB Variations
Color information
#1EDD76 (or 0x1EDD76) is known color: Malachite. HEX triplet: 1E, DD and 76. RGB value is (30,221,118). Sum of RGB (Red+Green+Blue) = 30+221+118=369 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.13% from 369); Green value is 221 (86.72% from 255 or 59.89% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDD76 is #E12289. Grayscale: #989898. Windows color (decimal): -14754442 or 7789854. OLE color: 7789854.
HSL color Cylindrical-coordinate representation of color #1EDD76: hue angle of 147.64º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDD76 is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 118 | - |
| CMYK | 0.86 | 0 | 0.47 | 0.13 |
| HSL | 147.64º | 0.76% | 0.49% | - |
| HSV(B) | 147.64º | 0.86% | 0.87% | - |
| XYZ | 29.66 | 53.3 | 25.86 | - |
| YUV | 152.15 | 108.72 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 118 | 0.86 | 0 | 0.47 | 0.13 | 147.64 | 0.76 | 0.49 |
| Hex | 1E | DD | 76 | 56 | 0 | 2F | D | 94 | 4C | 31 |
| Octal | 36 | 335 | 166 | 126 | 0 | 57 | 15 | 224 | 114 | 61 |
| Binary | 11110 | 11011101 | 1110110 | 1010110 | 0 | 101111 | 1101 | 10010100 | 1001100 | 110001 |
Color Harmonies of #1EDD76
Complementary color
Monochromatic Colors of #1EDD76
Black with #1EDD76
Text Example
Text Example
White with #1EDD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDD76; }
p { color: rgb(30,221,118); }
H1.HeaderClassName
{
color: #1EDD76;
}
.AnyTagClassName
{
color: #1EDD76;
}
</style>
background-color css
<style>
a { background-color: #1EDD76; }
a { background-color: rgb(30,221,118); }
div.DivClassName
{
background-color: #1EDD76;
}
.BgClassName
{
background-color: #1EDD76;
}
</style>
border-color css
<style>
span { border-color: #1EDD76; }
span { border-color: rgb(30,221,118); }
td.TdClassName
{
border-color: #1EDD76;
}
.TagClassName
{
border-color: #1EDD76;
}
</style>