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