Shades of Malachite #05E051
Tints of Malachite #05E051
RGB
CMYK
RGB Variations
Color information
#05E051 (or 0x05E051) is known color: Malachite. HEX triplet: 05, E0 and 51. RGB value is (5,224,81). Sum of RGB (Red+Green+Blue) = 5+224+81=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 224 (87.89% from 255 or 72.26% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 224 - color contains mainly: green. Hex color #05E051 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05E051 is #FA1FAE. Grayscale: #8E8E8E. Windows color (decimal): -16392111 or 5365765. OLE color: 5365765.
HSL color Cylindrical-coordinate representation of color #05E051: hue angle of 140.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E051 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 224 | 81 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.12 |
| HSL | 140.82º | 0.96% | 0.45% | - |
| HSV(B) | 140.82º | 0.98% | 0.88% | - |
| XYZ | 28.2 | 53.94 | 16.71 | - |
| YUV | 142.22 | 93.45 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 224 | 81 | 0.98 | 0 | 0.64 | 0.12 | 140.82 | 0.96 | 0.45 |
| Hex | 5 | E0 | 51 | 62 | 0 | 40 | C | 8D | 60 | 2D |
| Octal | 5 | 340 | 121 | 142 | 0 | 100 | 14 | 215 | 140 | 55 |
| Binary | 101 | 11100000 | 1010001 | 1100010 | 0 | 1000000 | 1100 | 10001101 | 1100000 | 101101 |
Color Harmonies of #05E051
Complementary color
Monochromatic Colors of #05E051
Black with #05E051
Text Example
Text Example
White with #05E051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E051; }
p { color: rgb(5,224,81); }
H1.HeaderClassName
{
color: #05E051;
}
.AnyTagClassName
{
color: #05E051;
}
</style>
background-color css
<style>
a { background-color: #05E051; }
a { background-color: rgb(5,224,81); }
div.DivClassName
{
background-color: #05E051;
}
.BgClassName
{
background-color: #05E051;
}
</style>
border-color css
<style>
span { border-color: #05E051; }
span { border-color: rgb(5,224,81); }
td.TdClassName
{
border-color: #05E051;
}
.TagClassName
{
border-color: #05E051;
}
</style>