Shades of Malachite #1ECD50
Tints of Malachite #1ECD50
RGB
CMYK
RGB Variations
Color information
#1ECD50 (or 0x1ECD50) is known color: Malachite. HEX triplet: 1E, CD and 50. RGB value is (30,205,80). Sum of RGB (Red+Green+Blue) = 30+205+80=315 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.52% from 315); Green value is 205 (80.47% from 255 or 65.08% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ECD50 is #E132AF. Grayscale: #8A8A8A. Windows color (decimal): -14758576 or 5295390. OLE color: 5295390.
HSL color Cylindrical-coordinate representation of color #1ECD50: hue angle of 137.14º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECD50 is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 80 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.20 |
| HSL | 137.14º | 0.74% | 0.46% | - |
| HSV(B) | 137.14º | 0.85% | 0.8% | - |
| XYZ | 23.81 | 44.52 | 14.93 | - |
| YUV | 138.43 | 95.02 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 80 | 0.85 | 0 | 0.61 | 0.20 | 137.14 | 0.74 | 0.46 |
| Hex | 1E | CD | 50 | 55 | 0 | 3D | 14 | 89 | 4A | 2E |
| Octal | 36 | 315 | 120 | 125 | 0 | 75 | 24 | 211 | 112 | 56 |
| Binary | 11110 | 11001101 | 1010000 | 1010101 | 0 | 111101 | 10100 | 10001001 | 1001010 | 101110 |
Color Harmonies of #1ECD50
Complementary color
Monochromatic Colors of #1ECD50
Black with #1ECD50
Text Example
Text Example
White with #1ECD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECD50; }
p { color: rgb(30,205,80); }
H1.HeaderClassName
{
color: #1ECD50;
}
.AnyTagClassName
{
color: #1ECD50;
}
</style>
background-color css
<style>
a { background-color: #1ECD50; }
a { background-color: rgb(30,205,80); }
div.DivClassName
{
background-color: #1ECD50;
}
.BgClassName
{
background-color: #1ECD50;
}
</style>
border-color css
<style>
span { border-color: #1ECD50; }
span { border-color: rgb(30,205,80); }
td.TdClassName
{
border-color: #1ECD50;
}
.TagClassName
{
border-color: #1ECD50;
}
</style>