Shades of Malachite #05D965
Tints of Malachite #05D965
RGB
CMYK
RGB Variations
Color information
#05D965 (or 0x05D965) is known color: Malachite. HEX triplet: 05, D9 and 65. RGB value is (5,217,101). Sum of RGB (Red+Green+Blue) = 5+217+101=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 217 (85.16% from 255 or 67.18% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 217 - color contains mainly: green. Hex color #05D965 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D965 is #FA269A. Grayscale: #8C8C8C. Windows color (decimal): -16393883 or 6674693. OLE color: 6674693.
HSL color Cylindrical-coordinate representation of color #05D965: hue angle of 147.17º 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 #05D965 is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 217 | 101 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.15 |
| HSL | 147.17º | 0.95% | 0.44% | - |
| HSV(B) | 147.17º | 0.98% | 0.85% | - |
| XYZ | 27.22 | 50.6 | 20.64 | - |
| YUV | 140.39 | 105.76 | 31.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 217 | 101 | 0.98 | 0 | 0.53 | 0.15 | 147.17 | 0.95 | 0.44 |
| Hex | 5 | D9 | 65 | 62 | 0 | 35 | F | 93 | 5F | 2C |
| Octal | 5 | 331 | 145 | 142 | 0 | 65 | 17 | 223 | 137 | 54 |
| Binary | 101 | 11011001 | 1100101 | 1100010 | 0 | 110101 | 1111 | 10010011 | 1011111 | 101100 |
Color Harmonies of #05D965
Complementary color
Monochromatic Colors of #05D965
Black with #05D965
Text Example
Text Example
White with #05D965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D965; }
p { color: rgb(5,217,101); }
H1.HeaderClassName
{
color: #05D965;
}
.AnyTagClassName
{
color: #05D965;
}
</style>
background-color css
<style>
a { background-color: #05D965; }
a { background-color: rgb(5,217,101); }
div.DivClassName
{
background-color: #05D965;
}
.BgClassName
{
background-color: #05D965;
}
</style>
border-color css
<style>
span { border-color: #05D965; }
span { border-color: rgb(5,217,101); }
td.TdClassName
{
border-color: #05D965;
}
.TagClassName
{
border-color: #05D965;
}
</style>