Shades of Malachite #0ED751
Tints of Malachite #0ED751
RGB
CMYK
RGB Variations
Color information
#0ED751 (or 0x0ED751) is known color: Malachite. HEX triplet: 0E, D7 and 51. RGB value is (14,215,81). Sum of RGB (Red+Green+Blue) = 14+215+81=310 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.52% from 310); Green value is 215 (84.38% from 255 or 69.35% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED751 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ED751 is #F128AE. Grayscale: #8B8B8B. Windows color (decimal): -15804591 or 5363470. OLE color: 5363470.
HSL color Cylindrical-coordinate representation of color #0ED751: hue angle of 140º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED751 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 215 | 81 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.16 |
| HSL | 140º | 0.88% | 0.45% | - |
| HSV(B) | 140º | 0.93% | 0.84% | - |
| XYZ | 25.97 | 49.29 | 15.93 | - |
| YUV | 139.63 | 94.91 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 215 | 81 | 0.93 | 0 | 0.62 | 0.16 | 140 | 0.88 | 0.45 |
| Hex | E | D7 | 51 | 5D | 0 | 3E | 10 | 8C | 58 | 2D |
| Octal | 16 | 327 | 121 | 135 | 0 | 76 | 20 | 214 | 130 | 55 |
| Binary | 1110 | 11010111 | 1010001 | 1011101 | 0 | 111110 | 10000 | 10001100 | 1011000 | 101101 |
Color Harmonies of #0ED751
Complementary color
Monochromatic Colors of #0ED751
Black with #0ED751
Text Example
Text Example
White with #0ED751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED751; }
p { color: rgb(14,215,81); }
H1.HeaderClassName
{
color: #0ED751;
}
.AnyTagClassName
{
color: #0ED751;
}
</style>
background-color css
<style>
a { background-color: #0ED751; }
a { background-color: rgb(14,215,81); }
div.DivClassName
{
background-color: #0ED751;
}
.BgClassName
{
background-color: #0ED751;
}
</style>
border-color css
<style>
span { border-color: #0ED751; }
span { border-color: rgb(14,215,81); }
td.TdClassName
{
border-color: #0ED751;
}
.TagClassName
{
border-color: #0ED751;
}
</style>