Shades of Malachite #05E26A
Tints of Malachite #05E26A
RGB
CMYK
RGB Variations
Color information
#05E26A (or 0x05E26A) is known color: Malachite. HEX triplet: 05, E2 and 6A. RGB value is (5,226,106). Sum of RGB (Red+Green+Blue) = 5+226+106=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 226 (88.67% from 255 or 67.06% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 226 - color contains mainly: green. Hex color #05E26A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05E26A is #FA1D95. Grayscale: #929292. Windows color (decimal): -16391574 or 7004677. OLE color: 7004677.
HSL color Cylindrical-coordinate representation of color #05E26A: hue angle of 147.42º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E26A is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 226 | 106 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.11 |
| HSL | 147.42º | 0.96% | 0.45% | - |
| HSV(B) | 147.42º | 0.98% | 0.89% | - |
| XYZ | 29.86 | 55.47 | 22.77 | - |
| YUV | 146.24 | 105.28 | 27.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 226 | 106 | 0.98 | 0 | 0.53 | 0.11 | 147.42 | 0.96 | 0.45 |
| Hex | 5 | E2 | 6A | 62 | 0 | 35 | B | 93 | 60 | 2D |
| Octal | 5 | 342 | 152 | 142 | 0 | 65 | 13 | 223 | 140 | 55 |
| Binary | 101 | 11100010 | 1101010 | 1100010 | 0 | 110101 | 1011 | 10010011 | 1100000 | 101101 |
Color Harmonies of #05E26A
Complementary color
Monochromatic Colors of #05E26A
Black with #05E26A
Text Example
Text Example
White with #05E26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E26A; }
p { color: rgb(5,226,106); }
H1.HeaderClassName
{
color: #05E26A;
}
.AnyTagClassName
{
color: #05E26A;
}
</style>
background-color css
<style>
a { background-color: #05E26A; }
a { background-color: rgb(5,226,106); }
div.DivClassName
{
background-color: #05E26A;
}
.BgClassName
{
background-color: #05E26A;
}
</style>
border-color css
<style>
span { border-color: #05E26A; }
span { border-color: rgb(5,226,106); }
td.TdClassName
{
border-color: #05E26A;
}
.TagClassName
{
border-color: #05E26A;
}
</style>