Shades of Malachite #05D850
Tints of Malachite #05D850
RGB
CMYK
RGB Variations
Color information
#05D850 (or 0x05D850) is known color: Malachite. HEX triplet: 05, D8 and 50. RGB value is (5,216,80). Sum of RGB (Red+Green+Blue) = 5+216+80=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 216 (84.77% from 255 or 71.76% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 216 - color contains mainly: green. Hex color #05D850 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D850 is #FA27AF. Grayscale: #898989. Windows color (decimal): -16394160 or 5298181. OLE color: 5298181.
HSL color Cylindrical-coordinate representation of color #05D850: hue angle of 141.33º 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 #05D850 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 216 | 80 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.15 |
| HSL | 141.33º | 0.95% | 0.43% | - |
| HSV(B) | 141.33º | 0.98% | 0.85% | - |
| XYZ | 26.07 | 49.72 | 15.81 | - |
| YUV | 137.41 | 95.6 | 33.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 216 | 80 | 0.98 | 0 | 0.63 | 0.15 | 141.33 | 0.95 | 0.43 |
| Hex | 5 | D8 | 50 | 62 | 0 | 3F | F | 8D | 5F | 2B |
| Octal | 5 | 330 | 120 | 142 | 0 | 77 | 17 | 215 | 137 | 53 |
| Binary | 101 | 11011000 | 1010000 | 1100010 | 0 | 111111 | 1111 | 10001101 | 1011111 | 101011 |
Color Harmonies of #05D850
Complementary color
Monochromatic Colors of #05D850
Black with #05D850
Text Example
Text Example
White with #05D850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D850; }
p { color: rgb(5,216,80); }
H1.HeaderClassName
{
color: #05D850;
}
.AnyTagClassName
{
color: #05D850;
}
</style>
background-color css
<style>
a { background-color: #05D850; }
a { background-color: rgb(5,216,80); }
div.DivClassName
{
background-color: #05D850;
}
.BgClassName
{
background-color: #05D850;
}
</style>
border-color css
<style>
span { border-color: #05D850; }
span { border-color: rgb(5,216,80); }
td.TdClassName
{
border-color: #05D850;
}
.TagClassName
{
border-color: #05D850;
}
</style>