Shades of Malachite #1EDD74
Tints of Malachite #1EDD74
RGB
CMYK
RGB Variations
Color information
#1EDD74 (or 0x1EDD74) is known color: Malachite. HEX triplet: 1E, DD and 74. RGB value is (30,221,116). Sum of RGB (Red+Green+Blue) = 30+221+116=367 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.17% from 367); Green value is 221 (86.72% from 255 or 60.22% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDD74 is #E1228B. Grayscale: #989898. Windows color (decimal): -14754444 or 7658782. OLE color: 7658782.
HSL color Cylindrical-coordinate representation of color #1EDD74: hue angle of 147.02º 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 #1EDD74 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 116 | - |
| CMYK | 0.86 | 0 | 0.48 | 0.13 |
| HSL | 147.02º | 0.76% | 0.49% | - |
| HSV(B) | 147.02º | 0.86% | 0.87% | - |
| XYZ | 29.54 | 53.25 | 25.24 | - |
| YUV | 151.92 | 107.72 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 116 | 0.86 | 0 | 0.48 | 0.13 | 147.02 | 0.76 | 0.49 |
| Hex | 1E | DD | 74 | 56 | 0 | 30 | D | 93 | 4C | 31 |
| Octal | 36 | 335 | 164 | 126 | 0 | 60 | 15 | 223 | 114 | 61 |
| Binary | 11110 | 11011101 | 1110100 | 1010110 | 0 | 110000 | 1101 | 10010011 | 1001100 | 110001 |
Color Harmonies of #1EDD74
Complementary color
Monochromatic Colors of #1EDD74
Black with #1EDD74
Text Example
Text Example
White with #1EDD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDD74; }
p { color: rgb(30,221,116); }
H1.HeaderClassName
{
color: #1EDD74;
}
.AnyTagClassName
{
color: #1EDD74;
}
</style>
background-color css
<style>
a { background-color: #1EDD74; }
a { background-color: rgb(30,221,116); }
div.DivClassName
{
background-color: #1EDD74;
}
.BgClassName
{
background-color: #1EDD74;
}
</style>
border-color css
<style>
span { border-color: #1EDD74; }
span { border-color: rgb(30,221,116); }
td.TdClassName
{
border-color: #1EDD74;
}
.TagClassName
{
border-color: #1EDD74;
}
</style>