Shades of Malachite #05E16A
Tints of Malachite #05E16A
RGB
CMYK
RGB Variations
Color information
#05E16A (or 0x05E16A) is known color: Malachite. HEX triplet: 05, E1 and 6A. RGB value is (5,225,106). Sum of RGB (Red+Green+Blue) = 5+225+106=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 225 (88.28% from 255 or 66.96% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 225 - color contains mainly: green. Hex color #05E16A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05E16A is #FA1E95. Grayscale: #919191. Windows color (decimal): -16391830 or 7004421. OLE color: 7004421.
HSL color Cylindrical-coordinate representation of color #05E16A: hue angle of 147.55º 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 #05E16A is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 225 | 106 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.12 |
| HSL | 147.55º | 0.96% | 0.45% | - |
| HSV(B) | 147.55º | 0.98% | 0.88% | - |
| XYZ | 29.59 | 54.92 | 22.68 | - |
| YUV | 145.65 | 105.61 | 27.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 225 | 106 | 0.98 | 0 | 0.53 | 0.12 | 147.55 | 0.96 | 0.45 |
| Hex | 5 | E1 | 6A | 62 | 0 | 35 | C | 94 | 60 | 2D |
| Octal | 5 | 341 | 152 | 142 | 0 | 65 | 14 | 224 | 140 | 55 |
| Binary | 101 | 11100001 | 1101010 | 1100010 | 0 | 110101 | 1100 | 10010100 | 1100000 | 101101 |
Color Harmonies of #05E16A
Complementary color
Monochromatic Colors of #05E16A
Black with #05E16A
Text Example
Text Example
White with #05E16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E16A; }
p { color: rgb(5,225,106); }
H1.HeaderClassName
{
color: #05E16A;
}
.AnyTagClassName
{
color: #05E16A;
}
</style>
background-color css
<style>
a { background-color: #05E16A; }
a { background-color: rgb(5,225,106); }
div.DivClassName
{
background-color: #05E16A;
}
.BgClassName
{
background-color: #05E16A;
}
</style>
border-color css
<style>
span { border-color: #05E16A; }
span { border-color: rgb(5,225,106); }
td.TdClassName
{
border-color: #05E16A;
}
.TagClassName
{
border-color: #05E16A;
}
</style>