Shades of Malachite #1ED764
Tints of Malachite #1ED764
RGB
CMYK
RGB Variations
Color information
#1ED764 (or 0x1ED764) is known color: Malachite. HEX triplet: 1E, D7 and 64. RGB value is (30,215,100). Sum of RGB (Red+Green+Blue) = 30+215+100=345 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.70% from 345); Green value is 215 (84.38% from 255 or 62.32% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED764 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED764 is #E1289B. Grayscale: #929292. Windows color (decimal): -14755996 or 6608670. OLE color: 6608670.
HSL color Cylindrical-coordinate representation of color #1ED764: hue angle of 142.7º 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 #1ED764 is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 215 | 100 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.16 |
| HSL | 142.7º | 0.76% | 0.48% | - |
| HSV(B) | 142.7º | 0.86% | 0.84% | - |
| XYZ | 27.14 | 49.8 | 20.24 | - |
| YUV | 146.58 | 101.71 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 215 | 100 | 0.86 | 0 | 0.53 | 0.16 | 142.7 | 0.76 | 0.48 |
| Hex | 1E | D7 | 64 | 56 | 0 | 35 | 10 | 8F | 4C | 30 |
| Octal | 36 | 327 | 144 | 126 | 0 | 65 | 20 | 217 | 114 | 60 |
| Binary | 11110 | 11010111 | 1100100 | 1010110 | 0 | 110101 | 10000 | 10001111 | 1001100 | 110000 |
Color Harmonies of #1ED764
Complementary color
Monochromatic Colors of #1ED764
Black with #1ED764
Text Example
Text Example
White with #1ED764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED764; }
p { color: rgb(30,215,100); }
H1.HeaderClassName
{
color: #1ED764;
}
.AnyTagClassName
{
color: #1ED764;
}
</style>
background-color css
<style>
a { background-color: #1ED764; }
a { background-color: rgb(30,215,100); }
div.DivClassName
{
background-color: #1ED764;
}
.BgClassName
{
background-color: #1ED764;
}
</style>
border-color css
<style>
span { border-color: #1ED764; }
span { border-color: rgb(30,215,100); }
td.TdClassName
{
border-color: #1ED764;
}
.TagClassName
{
border-color: #1ED764;
}
</style>