Shades of Malachite #1EDD3F
Tints of Malachite #1EDD3F
RGB
CMYK
RGB Variations
Color information
#1EDD3F (or 0x1EDD3F) is known color: Malachite. HEX triplet: 1E, DD and 3F. RGB value is (30,221,63). Sum of RGB (Red+Green+Blue) = 30+221+63=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 221 (86.72% from 255 or 70.38% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 221 - color contains mainly: green. Hex color #1EDD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDD3F is #E122C0. Grayscale: #929292. Windows color (decimal): -14754497 or 4185374. OLE color: 4185374.
HSL color Cylindrical-coordinate representation of color #1EDD3F: hue angle of 130.37º 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 #1EDD3F is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 221 | 63 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.13 |
| HSL | 130.37º | 0.76% | 0.49% | - |
| HSV(B) | 130.37º | 0.86% | 0.87% | - |
| XYZ | 27.29 | 52.35 | 13.37 | - |
| YUV | 145.88 | 81.22 | 45.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 221 | 63 | 0.86 | 0 | 0.71 | 0.13 | 130.37 | 0.76 | 0.49 |
| Hex | 1E | DD | 3F | 56 | 0 | 47 | D | 82 | 4C | 31 |
| Octal | 36 | 335 | 77 | 126 | 0 | 107 | 15 | 202 | 114 | 61 |
| Binary | 11110 | 11011101 | 111111 | 1010110 | 0 | 1000111 | 1101 | 10000010 | 1001100 | 110001 |
Color Harmonies of #1EDD3F
Complementary color
Monochromatic Colors of #1EDD3F
Black with #1EDD3F
Text Example
Text Example
White with #1EDD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDD3F; }
p { color: rgb(30,221,63); }
H1.HeaderClassName
{
color: #1EDD3F;
}
.AnyTagClassName
{
color: #1EDD3F;
}
</style>
background-color css
<style>
a { background-color: #1EDD3F; }
a { background-color: rgb(30,221,63); }
div.DivClassName
{
background-color: #1EDD3F;
}
.BgClassName
{
background-color: #1EDD3F;
}
</style>
border-color css
<style>
span { border-color: #1EDD3F; }
span { border-color: rgb(30,221,63); }
td.TdClassName
{
border-color: #1EDD3F;
}
.TagClassName
{
border-color: #1EDD3F;
}
</style>