Shades of Malachite #05D963
Tints of Malachite #05D963
RGB
CMYK
RGB Variations
Color information
#05D963 (or 0x05D963) is known color: Malachite. HEX triplet: 05, D9 and 63. RGB value is (5,217,99). Sum of RGB (Red+Green+Blue) = 5+217+99=321 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 321); Green value is 217 (85.16% from 255 or 67.60% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 217 - color contains mainly: green. Hex color #05D963 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D963 is #FA269C. Grayscale: #8C8C8C. Windows color (decimal): -16393885 or 6543621. OLE color: 6543621.
HSL color Cylindrical-coordinate representation of color #05D963: hue angle of 146.6º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D963 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 217 | 99 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.15 |
| HSL | 146.6º | 0.95% | 0.44% | - |
| HSV(B) | 146.6º | 0.98% | 0.85% | - |
| XYZ | 27.13 | 50.56 | 20.13 | - |
| YUV | 140.16 | 104.76 | 31.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 217 | 99 | 0.98 | 0 | 0.54 | 0.15 | 146.6 | 0.95 | 0.44 |
| Hex | 5 | D9 | 63 | 62 | 0 | 36 | F | 93 | 5F | 2C |
| Octal | 5 | 331 | 143 | 142 | 0 | 66 | 17 | 223 | 137 | 54 |
| Binary | 101 | 11011001 | 1100011 | 1100010 | 0 | 110110 | 1111 | 10010011 | 1011111 | 101100 |
Color Harmonies of #05D963
Complementary color
Monochromatic Colors of #05D963
Black with #05D963
Text Example
Text Example
White with #05D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D963; }
p { color: rgb(5,217,99); }
H1.HeaderClassName
{
color: #05D963;
}
.AnyTagClassName
{
color: #05D963;
}
</style>
background-color css
<style>
a { background-color: #05D963; }
a { background-color: rgb(5,217,99); }
div.DivClassName
{
background-color: #05D963;
}
.BgClassName
{
background-color: #05D963;
}
</style>
border-color css
<style>
span { border-color: #05D963; }
span { border-color: rgb(5,217,99); }
td.TdClassName
{
border-color: #05D963;
}
.TagClassName
{
border-color: #05D963;
}
</style>