Shades of Malachite #1EDD45
Tints of Malachite #1EDD45
RGB
CMYK
RGB Variations
Color information
#1EDD45 (or 0x1EDD45) is known color: Malachite. HEX triplet: 1E, DD and 45. RGB value is (30,221,69). Sum of RGB (Red+Green+Blue) = 30+221+69=320 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.38% from 320); Green value is 221 (86.72% from 255 or 69.06% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDD45 is #E122BA. Grayscale: #929292. Windows color (decimal): -14754491 or 4578590. OLE color: 4578590.
HSL color Cylindrical-coordinate representation of color #1EDD45: hue angle of 132.25º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDD45 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 69 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.13 |
| HSL | 132.25º | 0.76% | 0.49% | - |
| HSV(B) | 132.25º | 0.86% | 0.87% | - |
| XYZ | 27.47 | 52.42 | 14.3 | - |
| YUV | 146.56 | 84.22 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 69 | 0.86 | 0 | 0.69 | 0.13 | 132.25 | 0.76 | 0.49 |
| Hex | 1E | DD | 45 | 56 | 0 | 45 | D | 84 | 4C | 31 |
| Octal | 36 | 335 | 105 | 126 | 0 | 105 | 15 | 204 | 114 | 61 |
| Binary | 11110 | 11011101 | 1000101 | 1010110 | 0 | 1000101 | 1101 | 10000100 | 1001100 | 110001 |
Color Harmonies of #1EDD45
Complementary color
Monochromatic Colors of #1EDD45
Black with #1EDD45
Text Example
Text Example
White with #1EDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDD45; }
p { color: rgb(30,221,69); }
H1.HeaderClassName
{
color: #1EDD45;
}
.AnyTagClassName
{
color: #1EDD45;
}
</style>
background-color css
<style>
a { background-color: #1EDD45; }
a { background-color: rgb(30,221,69); }
div.DivClassName
{
background-color: #1EDD45;
}
.BgClassName
{
background-color: #1EDD45;
}
</style>
border-color css
<style>
span { border-color: #1EDD45; }
span { border-color: rgb(30,221,69); }
td.TdClassName
{
border-color: #1EDD45;
}
.TagClassName
{
border-color: #1EDD45;
}
</style>