Shades of Malachite #1ED35C
Tints of Malachite #1ED35C
RGB
CMYK
RGB Variations
Color information
#1ED35C (or 0x1ED35C) is known color: Malachite. HEX triplet: 1E, D3 and 5C. RGB value is (30,211,92). Sum of RGB (Red+Green+Blue) = 30+211+92=333 (44% of max value = 765). Red value is 30 (12.11% from 255 or 9.01% from 333); Green value is 211 (82.81% from 255 or 63.36% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 211 - color contains mainly: green. Hex color #1ED35C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED35C is #E12CA3. Grayscale: #8F8F8F. Windows color (decimal): -14757028 or 6083358. OLE color: 6083358.
HSL color Cylindrical-coordinate representation of color #1ED35C: hue angle of 140.55º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED35C is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 30 | 211 | 92 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.17 |
| HSL | 140.55º | 0.75% | 0.47% | - |
| HSV(B) | 140.55º | 0.86% | 0.83% | - |
| XYZ | 25.76 | 47.64 | 17.96 | - |
| YUV | 143.32 | 99.03 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 211 | 92 | 0.86 | 0 | 0.56 | 0.17 | 140.55 | 0.75 | 0.47 |
| Hex | 1E | D3 | 5C | 56 | 0 | 38 | 11 | 8D | 4B | 2F |
| Octal | 36 | 323 | 134 | 126 | 0 | 70 | 21 | 215 | 113 | 57 |
| Binary | 11110 | 11010011 | 1011100 | 1010110 | 0 | 111000 | 10001 | 10001101 | 1001011 | 101111 |
Color Harmonies of #1ED35C
Complementary color
Monochromatic Colors of #1ED35C
Black with #1ED35C
Text Example
Text Example
White with #1ED35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED35C; }
p { color: rgb(30,211,92); }
H1.HeaderClassName
{
color: #1ED35C;
}
.AnyTagClassName
{
color: #1ED35C;
}
</style>
background-color css
<style>
a { background-color: #1ED35C; }
a { background-color: rgb(30,211,92); }
div.DivClassName
{
background-color: #1ED35C;
}
.BgClassName
{
background-color: #1ED35C;
}
</style>
border-color css
<style>
span { border-color: #1ED35C; }
span { border-color: rgb(30,211,92); }
td.TdClassName
{
border-color: #1ED35C;
}
.TagClassName
{
border-color: #1ED35C;
}
</style>