Shades of Malachite #05D966
Tints of Malachite #05D966
RGB
CMYK
RGB Variations
Color information
#05D966 (or 0x05D966) is known color: Malachite. HEX triplet: 05, D9 and 66. RGB value is (5,217,102). Sum of RGB (Red+Green+Blue) = 5+217+102=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 217 (85.16% from 255 or 66.98% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 217 - color contains mainly: green. Hex color #05D966 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D966 is #FA2699. Grayscale: #8C8C8C. Windows color (decimal): -16393882 or 6740229. OLE color: 6740229.
HSL color Cylindrical-coordinate representation of color #05D966: hue angle of 147.45º 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 #05D966 is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 217 | 102 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.15 |
| HSL | 147.45º | 0.95% | 0.44% | - |
| HSV(B) | 147.45º | 0.98% | 0.85% | - |
| XYZ | 27.27 | 50.62 | 20.9 | - |
| YUV | 140.5 | 106.26 | 31.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 217 | 102 | 0.98 | 0 | 0.53 | 0.15 | 147.45 | 0.95 | 0.44 |
| Hex | 5 | D9 | 66 | 62 | 0 | 35 | F | 93 | 5F | 2C |
| Octal | 5 | 331 | 146 | 142 | 0 | 65 | 17 | 223 | 137 | 54 |
| Binary | 101 | 11011001 | 1100110 | 1100010 | 0 | 110101 | 1111 | 10010011 | 1011111 | 101100 |
Color Harmonies of #05D966
Complementary color
Monochromatic Colors of #05D966
Black with #05D966
Text Example
Text Example
White with #05D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D966; }
p { color: rgb(5,217,102); }
H1.HeaderClassName
{
color: #05D966;
}
.AnyTagClassName
{
color: #05D966;
}
</style>
background-color css
<style>
a { background-color: #05D966; }
a { background-color: rgb(5,217,102); }
div.DivClassName
{
background-color: #05D966;
}
.BgClassName
{
background-color: #05D966;
}
</style>
border-color css
<style>
span { border-color: #05D966; }
span { border-color: rgb(5,217,102); }
td.TdClassName
{
border-color: #05D966;
}
.TagClassName
{
border-color: #05D966;
}
</style>