Shades of Malachite #1ED251
Tints of Malachite #1ED251
RGB
CMYK
RGB Variations
Color information
#1ED251 (or 0x1ED251) is known color: Malachite. HEX triplet: 1E, D2 and 51. RGB value is (30,210,81). Sum of RGB (Red+Green+Blue) = 30+210+81=321 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.35% from 321); Green value is 210 (82.42% from 255 or 65.42% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 210 - color contains mainly: green. Hex color #1ED251 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED251 is #E12DAE. Grayscale: #8D8D8D. Windows color (decimal): -14757295 or 5362206. OLE color: 5362206.
HSL color Cylindrical-coordinate representation of color #1ED251: hue angle of 137º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED251 is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 210 | 81 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.18 |
| HSL | 137º | 0.75% | 0.47% | - |
| HSV(B) | 137º | 0.86% | 0.82% | - |
| XYZ | 25.07 | 46.96 | 15.53 | - |
| YUV | 141.47 | 93.87 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 210 | 81 | 0.86 | 0 | 0.61 | 0.18 | 137 | 0.75 | 0.47 |
| Hex | 1E | D2 | 51 | 56 | 0 | 3D | 12 | 89 | 4B | 2F |
| Octal | 36 | 322 | 121 | 126 | 0 | 75 | 22 | 211 | 113 | 57 |
| Binary | 11110 | 11010010 | 1010001 | 1010110 | 0 | 111101 | 10010 | 10001001 | 1001011 | 101111 |
Color Harmonies of #1ED251
Complementary color
Monochromatic Colors of #1ED251
Black with #1ED251
Text Example
Text Example
White with #1ED251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED251; }
p { color: rgb(30,210,81); }
H1.HeaderClassName
{
color: #1ED251;
}
.AnyTagClassName
{
color: #1ED251;
}
</style>
background-color css
<style>
a { background-color: #1ED251; }
a { background-color: rgb(30,210,81); }
div.DivClassName
{
background-color: #1ED251;
}
.BgClassName
{
background-color: #1ED251;
}
</style>
border-color css
<style>
span { border-color: #1ED251; }
span { border-color: rgb(30,210,81); }
td.TdClassName
{
border-color: #1ED251;
}
.TagClassName
{
border-color: #1ED251;
}
</style>