Shades of Malachite #1EDC61
Tints of Malachite #1EDC61
RGB
CMYK
RGB Variations
Color information
#1EDC61 (or 0x1EDC61) is known color: Malachite. HEX triplet: 1E, DC and 61. RGB value is (30,220,97). Sum of RGB (Red+Green+Blue) = 30+220+97=347 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.65% from 347); Green value is 220 (86.33% from 255 or 63.40% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDC61 is #E1239E. Grayscale: #959595. Windows color (decimal): -14754719 or 6413342. OLE color: 6413342.
HSL color Cylindrical-coordinate representation of color #1EDC61: hue angle of 141.16º 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 #1EDC61 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 97 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.14 |
| HSL | 141.16º | 0.76% | 0.49% | - |
| HSV(B) | 141.16º | 0.86% | 0.86% | - |
| XYZ | 28.29 | 52.33 | 19.92 | - |
| YUV | 149.17 | 98.55 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 97 | 0.86 | 0 | 0.56 | 0.14 | 141.16 | 0.76 | 0.49 |
| Hex | 1E | DC | 61 | 56 | 0 | 38 | E | 8D | 4C | 31 |
| Octal | 36 | 334 | 141 | 126 | 0 | 70 | 16 | 215 | 114 | 61 |
| Binary | 11110 | 11011100 | 1100001 | 1010110 | 0 | 111000 | 1110 | 10001101 | 1001100 | 110001 |
Color Harmonies of #1EDC61
Complementary color
Monochromatic Colors of #1EDC61
Black with #1EDC61
Text Example
Text Example
White with #1EDC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDC61; }
p { color: rgb(30,220,97); }
H1.HeaderClassName
{
color: #1EDC61;
}
.AnyTagClassName
{
color: #1EDC61;
}
</style>
background-color css
<style>
a { background-color: #1EDC61; }
a { background-color: rgb(30,220,97); }
div.DivClassName
{
background-color: #1EDC61;
}
.BgClassName
{
background-color: #1EDC61;
}
</style>
border-color css
<style>
span { border-color: #1EDC61; }
span { border-color: rgb(30,220,97); }
td.TdClassName
{
border-color: #1EDC61;
}
.TagClassName
{
border-color: #1EDC61;
}
</style>