Shades of Malachite #0ED53D
Tints of Malachite #0ED53D
RGB
CMYK
RGB Variations
Color information
#0ED53D (or 0x0ED53D) is known color: Malachite. HEX triplet: 0E, D5 and 3D. RGB value is (14,213,61). Sum of RGB (Red+Green+Blue) = 14+213+61=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 213 (83.59% from 255 or 73.96% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 213 - color contains mainly: green. Hex color #0ED53D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED53D is #F12AC2. Grayscale: #888888. Windows color (decimal): -15805123 or 4052238. OLE color: 4052238.
HSL color Cylindrical-coordinate representation of color #0ED53D: hue angle of 134.17º 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 #0ED53D is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 213 | 61 | - |
| CMYK | 0.93 | 0 | 0.71 | 0.16 |
| HSL | 134.17º | 0.88% | 0.45% | - |
| HSV(B) | 134.17º | 0.93% | 0.84% | - |
| XYZ | 24.82 | 48.02 | 12.38 | - |
| YUV | 136.17 | 85.57 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 213 | 61 | 0.93 | 0 | 0.71 | 0.16 | 134.17 | 0.88 | 0.45 |
| Hex | E | D5 | 3D | 5D | 0 | 47 | 10 | 86 | 58 | 2D |
| Octal | 16 | 325 | 75 | 135 | 0 | 107 | 20 | 206 | 130 | 55 |
| Binary | 1110 | 11010101 | 111101 | 1011101 | 0 | 1000111 | 10000 | 10000110 | 1011000 | 101101 |
Color Harmonies of #0ED53D
Complementary color
Monochromatic Colors of #0ED53D
Black with #0ED53D
Text Example
Text Example
White with #0ED53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED53D; }
p { color: rgb(14,213,61); }
H1.HeaderClassName
{
color: #0ED53D;
}
.AnyTagClassName
{
color: #0ED53D;
}
</style>
background-color css
<style>
a { background-color: #0ED53D; }
a { background-color: rgb(14,213,61); }
div.DivClassName
{
background-color: #0ED53D;
}
.BgClassName
{
background-color: #0ED53D;
}
</style>
border-color css
<style>
span { border-color: #0ED53D; }
span { border-color: rgb(14,213,61); }
td.TdClassName
{
border-color: #0ED53D;
}
.TagClassName
{
border-color: #0ED53D;
}
</style>