Shades of Malachite #1EDD48
Tints of Malachite #1EDD48
RGB
CMYK
RGB Variations
Color information
#1EDD48 (or 0x1EDD48) is known color: Malachite. HEX triplet: 1E, DD and 48. RGB value is (30,221,72). Sum of RGB (Red+Green+Blue) = 30+221+72=323 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.29% from 323); Green value is 221 (86.72% from 255 or 68.42% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDD48 is #E122B7. Grayscale: #939393. Windows color (decimal): -14754488 or 4775198. OLE color: 4775198.
HSL color Cylindrical-coordinate representation of color #1EDD48: hue angle of 133.19º 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 #1EDD48 is Cyan = 0.86, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 72 | - |
| CMYK | 0.86 | 0 | 0.67 | 0.13 |
| HSL | 133.19º | 0.76% | 0.49% | - |
| HSV(B) | 133.19º | 0.86% | 0.87% | - |
| XYZ | 27.56 | 52.46 | 14.8 | - |
| YUV | 146.91 | 85.72 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 72 | 0.86 | 0 | 0.67 | 0.13 | 133.19 | 0.76 | 0.49 |
| Hex | 1E | DD | 48 | 56 | 0 | 43 | D | 85 | 4C | 31 |
| Octal | 36 | 335 | 110 | 126 | 0 | 103 | 15 | 205 | 114 | 61 |
| Binary | 11110 | 11011101 | 1001000 | 1010110 | 0 | 1000011 | 1101 | 10000101 | 1001100 | 110001 |
Color Harmonies of #1EDD48
Complementary color
Monochromatic Colors of #1EDD48
Black with #1EDD48
Text Example
Text Example
White with #1EDD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDD48; }
p { color: rgb(30,221,72); }
H1.HeaderClassName
{
color: #1EDD48;
}
.AnyTagClassName
{
color: #1EDD48;
}
</style>
background-color css
<style>
a { background-color: #1EDD48; }
a { background-color: rgb(30,221,72); }
div.DivClassName
{
background-color: #1EDD48;
}
.BgClassName
{
background-color: #1EDD48;
}
</style>
border-color css
<style>
span { border-color: #1EDD48; }
span { border-color: rgb(30,221,72); }
td.TdClassName
{
border-color: #1EDD48;
}
.TagClassName
{
border-color: #1EDD48;
}
</style>