Shades of Malachite #1EDD61
Tints of Malachite #1EDD61
RGB
CMYK
RGB Variations
Color information
#1EDD61 (or 0x1EDD61) is known color: Malachite. HEX triplet: 1E, DD and 61. RGB value is (30,221,97). Sum of RGB (Red+Green+Blue) = 30+221+97=348 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.62% from 348); Green value is 221 (86.72% from 255 or 63.51% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDD61 is #E1229E. Grayscale: #969696. Windows color (decimal): -14754463 or 6413598. OLE color: 6413598.
HSL color Cylindrical-coordinate representation of color #1EDD61: hue angle of 141.05º 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 #1EDD61 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 97 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.13 |
| HSL | 141.05º | 0.76% | 0.49% | - |
| HSV(B) | 141.05º | 0.86% | 0.87% | - |
| XYZ | 28.55 | 52.85 | 20.01 | - |
| YUV | 149.76 | 98.22 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 97 | 0.86 | 0 | 0.56 | 0.13 | 141.05 | 0.76 | 0.49 |
| Hex | 1E | DD | 61 | 56 | 0 | 38 | D | 8D | 4C | 31 |
| Octal | 36 | 335 | 141 | 126 | 0 | 70 | 15 | 215 | 114 | 61 |
| Binary | 11110 | 11011101 | 1100001 | 1010110 | 0 | 111000 | 1101 | 10001101 | 1001100 | 110001 |
Color Harmonies of #1EDD61
Complementary color
Monochromatic Colors of #1EDD61
Black with #1EDD61
Text Example
Text Example
White with #1EDD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDD61; }
p { color: rgb(30,221,97); }
H1.HeaderClassName
{
color: #1EDD61;
}
.AnyTagClassName
{
color: #1EDD61;
}
</style>
background-color css
<style>
a { background-color: #1EDD61; }
a { background-color: rgb(30,221,97); }
div.DivClassName
{
background-color: #1EDD61;
}
.BgClassName
{
background-color: #1EDD61;
}
</style>
border-color css
<style>
span { border-color: #1EDD61; }
span { border-color: rgb(30,221,97); }
td.TdClassName
{
border-color: #1EDD61;
}
.TagClassName
{
border-color: #1EDD61;
}
</style>