Shades of Malachite #1ED76B
Tints of Malachite #1ED76B
RGB
CMYK
RGB Variations
Color information
#1ED76B (or 0x1ED76B) is known color: Malachite. HEX triplet: 1E, D7 and 6B. RGB value is (30,215,107). Sum of RGB (Red+Green+Blue) = 30+215+107=352 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.52% from 352); Green value is 215 (84.38% from 255 or 61.08% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED76B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED76B is #E12894. Grayscale: #939393. Windows color (decimal): -14755989 or 7067422. OLE color: 7067422.
HSL color Cylindrical-coordinate representation of color #1ED76B: hue angle of 144.97º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED76B is Cyan = 0.86, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 215 | 107 | - |
| CMYK | 0.86 | 0 | 0.50 | 0.16 |
| HSL | 144.97º | 0.76% | 0.48% | - |
| HSV(B) | 144.97º | 0.86% | 0.84% | - |
| XYZ | 27.49 | 49.94 | 22.1 | - |
| YUV | 147.37 | 105.21 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 215 | 107 | 0.86 | 0 | 0.50 | 0.16 | 144.97 | 0.76 | 0.48 |
| Hex | 1E | D7 | 6B | 56 | 0 | 32 | 10 | 91 | 4C | 30 |
| Octal | 36 | 327 | 153 | 126 | 0 | 62 | 20 | 221 | 114 | 60 |
| Binary | 11110 | 11010111 | 1101011 | 1010110 | 0 | 110010 | 10000 | 10010001 | 1001100 | 110000 |
Color Harmonies of #1ED76B
Complementary color
Monochromatic Colors of #1ED76B
Black with #1ED76B
Text Example
Text Example
White with #1ED76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED76B; }
p { color: rgb(30,215,107); }
H1.HeaderClassName
{
color: #1ED76B;
}
.AnyTagClassName
{
color: #1ED76B;
}
</style>
background-color css
<style>
a { background-color: #1ED76B; }
a { background-color: rgb(30,215,107); }
div.DivClassName
{
background-color: #1ED76B;
}
.BgClassName
{
background-color: #1ED76B;
}
</style>
border-color css
<style>
span { border-color: #1ED76B; }
span { border-color: rgb(30,215,107); }
td.TdClassName
{
border-color: #1ED76B;
}
.TagClassName
{
border-color: #1ED76B;
}
</style>