Shades of Malachite #1ECD52
Tints of Malachite #1ECD52
RGB
CMYK
RGB Variations
Color information
#1ECD52 (or 0x1ECD52) is known color: Malachite. HEX triplet: 1E, CD and 52. RGB value is (30,205,82). Sum of RGB (Red+Green+Blue) = 30+205+82=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 205 (80.47% from 255 or 64.67% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ECD52 is #E132AD. Grayscale: #8A8A8A. Windows color (decimal): -14758574 or 5426462. OLE color: 5426462.
HSL color Cylindrical-coordinate representation of color #1ECD52: hue angle of 137.83º 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 #1ECD52 is Cyan = 0.85, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 82 | - |
| CMYK | 0.85 | 0 | 0.6 | 0.20 |
| HSL | 137.83º | 0.74% | 0.46% | - |
| HSV(B) | 137.83º | 0.85% | 0.8% | - |
| XYZ | 23.89 | 44.55 | 15.32 | - |
| YUV | 138.65 | 96.02 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 82 | 0.85 | 0 | 0.6 | 0.20 | 137.83 | 0.74 | 0.46 |
| Hex | 1E | CD | 52 | 55 | 0 | 3C | 14 | 8A | 4A | 2E |
| Octal | 36 | 315 | 122 | 125 | 0 | 74 | 24 | 212 | 112 | 56 |
| Binary | 11110 | 11001101 | 1010010 | 1010101 | 0 | 111100 | 10100 | 10001010 | 1001010 | 101110 |
Color Harmonies of #1ECD52
Complementary color
Monochromatic Colors of #1ECD52
Black with #1ECD52
Text Example
Text Example
White with #1ECD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECD52; }
p { color: rgb(30,205,82); }
H1.HeaderClassName
{
color: #1ECD52;
}
.AnyTagClassName
{
color: #1ECD52;
}
</style>
background-color css
<style>
a { background-color: #1ECD52; }
a { background-color: rgb(30,205,82); }
div.DivClassName
{
background-color: #1ECD52;
}
.BgClassName
{
background-color: #1ECD52;
}
</style>
border-color css
<style>
span { border-color: #1ECD52; }
span { border-color: rgb(30,205,82); }
td.TdClassName
{
border-color: #1ECD52;
}
.TagClassName
{
border-color: #1ECD52;
}
</style>