Shades of Malachite #1EDE75
Tints of Malachite #1EDE75
RGB
CMYK
RGB Variations
Color information
#1EDE75 (or 0x1EDE75) is known color: Malachite. HEX triplet: 1E, DE and 75. RGB value is (30,222,117). Sum of RGB (Red+Green+Blue) = 30+222+117=369 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.13% from 369); Green value is 222 (87.11% from 255 or 60.16% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDE75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EDE75 is #E1218A. Grayscale: #989898. Windows color (decimal): -14754187 or 7724574. OLE color: 7724574.
HSL color Cylindrical-coordinate representation of color #1EDE75: hue angle of 147.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 #1EDE75 is Cyan = 0.86, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 222 | 117 | - |
| CMYK | 0.86 | 0 | 0.47 | 0.13 |
| HSL | 147.19º | 0.76% | 0.49% | - |
| HSV(B) | 147.19º | 0.86% | 0.87% | - |
| XYZ | 29.87 | 53.8 | 25.64 | - |
| YUV | 152.62 | 107.89 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 222 | 117 | 0.86 | 0 | 0.47 | 0.13 | 147.19 | 0.76 | 0.49 |
| Hex | 1E | DE | 75 | 56 | 0 | 2F | D | 93 | 4C | 31 |
| Octal | 36 | 336 | 165 | 126 | 0 | 57 | 15 | 223 | 114 | 61 |
| Binary | 11110 | 11011110 | 1110101 | 1010110 | 0 | 101111 | 1101 | 10010011 | 1001100 | 110001 |
Color Harmonies of #1EDE75
Complementary color
Monochromatic Colors of #1EDE75
Black with #1EDE75
Text Example
Text Example
White with #1EDE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDE75; }
p { color: rgb(30,222,117); }
H1.HeaderClassName
{
color: #1EDE75;
}
.AnyTagClassName
{
color: #1EDE75;
}
</style>
background-color css
<style>
a { background-color: #1EDE75; }
a { background-color: rgb(30,222,117); }
div.DivClassName
{
background-color: #1EDE75;
}
.BgClassName
{
background-color: #1EDE75;
}
</style>
border-color css
<style>
span { border-color: #1EDE75; }
span { border-color: rgb(30,222,117); }
td.TdClassName
{
border-color: #1EDE75;
}
.TagClassName
{
border-color: #1EDE75;
}
</style>