Shades of Malachite #05D861
Tints of Malachite #05D861
RGB
CMYK
RGB Variations
Color information
#05D861 (or 0x05D861) is known color: Malachite. HEX triplet: 05, D8 and 61. RGB value is (5,216,97). Sum of RGB (Red+Green+Blue) = 5+216+97=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 216 (84.77% from 255 or 67.92% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 216 - color contains mainly: green. Hex color #05D861 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D861 is #FA279E. Grayscale: #8B8B8B. Windows color (decimal): -16394143 or 6412293. OLE color: 6412293.
HSL color Cylindrical-coordinate representation of color #05D861: hue angle of 146.16º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D861 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 216 | 97 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.15 |
| HSL | 146.16º | 0.95% | 0.43% | - |
| HSV(B) | 146.16º | 0.98% | 0.85% | - |
| XYZ | 26.78 | 50.01 | 19.55 | - |
| YUV | 139.35 | 104.1 | 32.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 216 | 97 | 0.98 | 0 | 0.55 | 0.15 | 146.16 | 0.95 | 0.43 |
| Hex | 5 | D8 | 61 | 62 | 0 | 37 | F | 92 | 5F | 2B |
| Octal | 5 | 330 | 141 | 142 | 0 | 67 | 17 | 222 | 137 | 53 |
| Binary | 101 | 11011000 | 1100001 | 1100010 | 0 | 110111 | 1111 | 10010010 | 1011111 | 101011 |
Color Harmonies of #05D861
Complementary color
Monochromatic Colors of #05D861
Black with #05D861
Text Example
Text Example
White with #05D861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D861; }
p { color: rgb(5,216,97); }
H1.HeaderClassName
{
color: #05D861;
}
.AnyTagClassName
{
color: #05D861;
}
</style>
background-color css
<style>
a { background-color: #05D861; }
a { background-color: rgb(5,216,97); }
div.DivClassName
{
background-color: #05D861;
}
.BgClassName
{
background-color: #05D861;
}
</style>
border-color css
<style>
span { border-color: #05D861; }
span { border-color: rgb(5,216,97); }
td.TdClassName
{
border-color: #05D861;
}
.TagClassName
{
border-color: #05D861;
}
</style>