Shades of Malachite #05C85D
Tints of Malachite #05C85D
RGB
CMYK
RGB Variations
Color information
#05C85D (or 0x05C85D) is known color: Malachite. HEX triplet: 05, C8 and 5D. RGB value is (5,200,93). Sum of RGB (Red+Green+Blue) = 5+200+93=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 200 (78.52% from 255 or 67.11% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 200 - color contains mainly: green. Hex color #05C85D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C85D is #FA37A2. Grayscale: #818181. Windows color (decimal): -16398243 or 6146053. OLE color: 6146053.
HSL color Cylindrical-coordinate representation of color #05C85D: hue angle of 147.08º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C85D is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 200 | 93 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.22 |
| HSL | 147.08º | 0.95% | 0.4% | - |
| HSV(B) | 147.08º | 0.98% | 0.78% | - |
| XYZ | 22.69 | 42.13 | 17.29 | - |
| YUV | 129.5 | 107.4 | 39.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 200 | 93 | 0.98 | 0 | 0.54 | 0.22 | 147.08 | 0.95 | 0.4 |
| Hex | 5 | C8 | 5D | 62 | 0 | 36 | 16 | 93 | 5F | 28 |
| Octal | 5 | 310 | 135 | 142 | 0 | 66 | 26 | 223 | 137 | 50 |
| Binary | 101 | 11001000 | 1011101 | 1100010 | 0 | 110110 | 10110 | 10010011 | 1011111 | 101000 |
Color Harmonies of #05C85D
Complementary color
Monochromatic Colors of #05C85D
Black with #05C85D
Text Example
Text Example
White with #05C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C85D; }
p { color: rgb(5,200,93); }
H1.HeaderClassName
{
color: #05C85D;
}
.AnyTagClassName
{
color: #05C85D;
}
</style>
background-color css
<style>
a { background-color: #05C85D; }
a { background-color: rgb(5,200,93); }
div.DivClassName
{
background-color: #05C85D;
}
.BgClassName
{
background-color: #05C85D;
}
</style>
border-color css
<style>
span { border-color: #05C85D; }
span { border-color: rgb(5,200,93); }
td.TdClassName
{
border-color: #05C85D;
}
.TagClassName
{
border-color: #05C85D;
}
</style>