Shades of Malachite #1EDD6B
Tints of Malachite #1EDD6B
RGB
CMYK
RGB Variations
Color information
#1EDD6B (or 0x1EDD6B) is known color: Malachite. HEX triplet: 1E, DD and 6B. RGB value is (30,221,107). Sum of RGB (Red+Green+Blue) = 30+221+107=358 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.38% from 358); Green value is 221 (86.72% from 255 or 61.73% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDD6B is #E12294. Grayscale: #979797. Windows color (decimal): -14754453 or 7068958. OLE color: 7068958.
HSL color Cylindrical-coordinate representation of color #1EDD6B: hue angle of 144.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 #1EDD6B is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 107 | - |
| CMYK | 0.86 | 0 | 0.52 | 0.13 |
| HSL | 144.19º | 0.76% | 0.49% | - |
| HSV(B) | 144.19º | 0.86% | 0.87% | - |
| XYZ | 29.05 | 53.05 | 22.62 | - |
| YUV | 150.9 | 103.22 | 41.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 107 | 0.86 | 0 | 0.52 | 0.13 | 144.19 | 0.76 | 0.49 |
| Hex | 1E | DD | 6B | 56 | 0 | 34 | D | 90 | 4C | 31 |
| Octal | 36 | 335 | 153 | 126 | 0 | 64 | 15 | 220 | 114 | 61 |
| Binary | 11110 | 11011101 | 1101011 | 1010110 | 0 | 110100 | 1101 | 10010000 | 1001100 | 110001 |
Color Harmonies of #1EDD6B
Complementary color
Monochromatic Colors of #1EDD6B
Black with #1EDD6B
Text Example
Text Example
White with #1EDD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDD6B; }
p { color: rgb(30,221,107); }
H1.HeaderClassName
{
color: #1EDD6B;
}
.AnyTagClassName
{
color: #1EDD6B;
}
</style>
background-color css
<style>
a { background-color: #1EDD6B; }
a { background-color: rgb(30,221,107); }
div.DivClassName
{
background-color: #1EDD6B;
}
.BgClassName
{
background-color: #1EDD6B;
}
</style>
border-color css
<style>
span { border-color: #1EDD6B; }
span { border-color: rgb(30,221,107); }
td.TdClassName
{
border-color: #1EDD6B;
}
.TagClassName
{
border-color: #1EDD6B;
}
</style>