Shades of Malachite #1ECB50
Tints of Malachite #1ECB50
RGB
CMYK
RGB Variations
Color information
#1ECB50 (or 0x1ECB50) is known color: Malachite. HEX triplet: 1E, CB and 50. RGB value is (30,203,80). Sum of RGB (Red+Green+Blue) = 30+203+80=313 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.58% from 313); Green value is 203 (79.69% from 255 or 64.86% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECB50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ECB50 is #E134AF. Grayscale: #898989. Windows color (decimal): -14759088 or 5294878. OLE color: 5294878.
HSL color Cylindrical-coordinate representation of color #1ECB50: hue angle of 137.34º 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 #1ECB50 is Cyan = 0.85, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 203 | 80 | - |
| CMYK | 0.85 | 0 | 0.61 | 0.20 |
| HSL | 137.34º | 0.74% | 0.46% | - |
| HSV(B) | 137.34º | 0.85% | 0.8% | - |
| XYZ | 23.34 | 43.57 | 14.77 | - |
| YUV | 137.25 | 95.69 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 203 | 80 | 0.85 | 0 | 0.61 | 0.20 | 137.34 | 0.74 | 0.46 |
| Hex | 1E | CB | 50 | 55 | 0 | 3D | 14 | 89 | 4A | 2E |
| Octal | 36 | 313 | 120 | 125 | 0 | 75 | 24 | 211 | 112 | 56 |
| Binary | 11110 | 11001011 | 1010000 | 1010101 | 0 | 111101 | 10100 | 10001001 | 1001010 | 101110 |
Color Harmonies of #1ECB50
Complementary color
Monochromatic Colors of #1ECB50
Black with #1ECB50
Text Example
Text Example
White with #1ECB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECB50; }
p { color: rgb(30,203,80); }
H1.HeaderClassName
{
color: #1ECB50;
}
.AnyTagClassName
{
color: #1ECB50;
}
</style>
background-color css
<style>
a { background-color: #1ECB50; }
a { background-color: rgb(30,203,80); }
div.DivClassName
{
background-color: #1ECB50;
}
.BgClassName
{
background-color: #1ECB50;
}
</style>
border-color css
<style>
span { border-color: #1ECB50; }
span { border-color: rgb(30,203,80); }
td.TdClassName
{
border-color: #1ECB50;
}
.TagClassName
{
border-color: #1ECB50;
}
</style>