Shades of Malachite #05C961
Tints of Malachite #05C961
RGB
CMYK
RGB Variations
Color information
#05C961 (or 0x05C961) is known color: Malachite. HEX triplet: 05, C9 and 61. RGB value is (5,201,97). Sum of RGB (Red+Green+Blue) = 5+201+97=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 201 (78.91% from 255 or 66.34% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 201 - color contains mainly: green. Hex color #05C961 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C961 is #FA369E. Grayscale: #828282. Windows color (decimal): -16397983 or 6408453. OLE color: 6408453.
HSL color Cylindrical-coordinate representation of color #05C961: hue angle of 148.16º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C961 is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 201 | 97 | - |
| CMYK | 0.98 | 0 | 0.52 | 0.21 |
| HSL | 148.16º | 0.95% | 0.4% | - |
| HSV(B) | 148.16º | 0.98% | 0.79% | - |
| XYZ | 23.11 | 42.67 | 18.33 | - |
| YUV | 130.54 | 109.07 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 201 | 97 | 0.98 | 0 | 0.52 | 0.21 | 148.16 | 0.95 | 0.4 |
| Hex | 5 | C9 | 61 | 62 | 0 | 34 | 15 | 94 | 5F | 28 |
| Octal | 5 | 311 | 141 | 142 | 0 | 64 | 25 | 224 | 137 | 50 |
| Binary | 101 | 11001001 | 1100001 | 1100010 | 0 | 110100 | 10101 | 10010100 | 1011111 | 101000 |
Color Harmonies of #05C961
Complementary color
Monochromatic Colors of #05C961
Black with #05C961
Text Example
Text Example
White with #05C961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C961; }
p { color: rgb(5,201,97); }
H1.HeaderClassName
{
color: #05C961;
}
.AnyTagClassName
{
color: #05C961;
}
</style>
background-color css
<style>
a { background-color: #05C961; }
a { background-color: rgb(5,201,97); }
div.DivClassName
{
background-color: #05C961;
}
.BgClassName
{
background-color: #05C961;
}
</style>
border-color css
<style>
span { border-color: #05C961; }
span { border-color: rgb(5,201,97); }
td.TdClassName
{
border-color: #05C961;
}
.TagClassName
{
border-color: #05C961;
}
</style>