Shades of Malachite #05ED4E
Tints of Malachite #05ED4E
RGB
CMYK
RGB Variations
Color information
#05ED4E (or 0x05ED4E) is known color: Malachite. HEX triplet: 05, ED and 4E. RGB value is (5,237,78). Sum of RGB (Red+Green+Blue) = 5+237+78=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 237 (92.97% from 255 or 74.06% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 237 - color contains mainly: green. Hex color #05ED4E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05ED4E is #FA12B1. Grayscale: #959595. Windows color (decimal): -16388786 or 5172485. OLE color: 5172485.
HSL color Cylindrical-coordinate representation of color #05ED4E: hue angle of 138.88º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ED4E is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 237 | 78 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.07 |
| HSL | 138.88º | 0.96% | 0.47% | - |
| HSV(B) | 138.88º | 0.98% | 0.93% | - |
| XYZ | 31.72 | 61.15 | 17.34 | - |
| YUV | 149.51 | 87.64 | 24.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 237 | 78 | 0.98 | 0 | 0.67 | 0.07 | 138.88 | 0.96 | 0.47 |
| Hex | 5 | ED | 4E | 62 | 0 | 43 | 7 | 8B | 60 | 2F |
| Octal | 5 | 355 | 116 | 142 | 0 | 103 | 7 | 213 | 140 | 57 |
| Binary | 101 | 11101101 | 1001110 | 1100010 | 0 | 1000011 | 111 | 10001011 | 1100000 | 101111 |
Color Harmonies of #05ED4E
Complementary color
Monochromatic Colors of #05ED4E
Black with #05ED4E
Text Example
Text Example
White with #05ED4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ED4E; }
p { color: rgb(5,237,78); }
H1.HeaderClassName
{
color: #05ED4E;
}
.AnyTagClassName
{
color: #05ED4E;
}
</style>
background-color css
<style>
a { background-color: #05ED4E; }
a { background-color: rgb(5,237,78); }
div.DivClassName
{
background-color: #05ED4E;
}
.BgClassName
{
background-color: #05ED4E;
}
</style>
border-color css
<style>
span { border-color: #05ED4E; }
span { border-color: rgb(5,237,78); }
td.TdClassName
{
border-color: #05ED4E;
}
.TagClassName
{
border-color: #05ED4E;
}
</style>