Shades of Malachite #05D96C
Tints of Malachite #05D96C
RGB
CMYK
RGB Variations
Color information
#05D96C (or 0x05D96C) is known color: Malachite. HEX triplet: 05, D9 and 6C. RGB value is (5,217,108). Sum of RGB (Red+Green+Blue) = 5+217+108=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 217 (85.16% from 255 or 65.76% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 217 - color contains mainly: green. Hex color #05D96C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D96C is #FA2693. Grayscale: #8D8D8D. Windows color (decimal): -16393876 or 7133445. OLE color: 7133445.
HSL color Cylindrical-coordinate representation of color #05D96C: hue angle of 149.15º 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 #05D96C is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 217 | 108 | - |
| CMYK | 0.98 | 0 | 0.50 | 0.15 |
| HSL | 149.15º | 0.95% | 0.44% | - |
| HSV(B) | 149.15º | 0.98% | 0.85% | - |
| XYZ | 27.58 | 50.74 | 22.53 | - |
| YUV | 141.19 | 109.26 | 30.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 217 | 108 | 0.98 | 0 | 0.50 | 0.15 | 149.15 | 0.95 | 0.44 |
| Hex | 5 | D9 | 6C | 62 | 0 | 32 | F | 95 | 5F | 2C |
| Octal | 5 | 331 | 154 | 142 | 0 | 62 | 17 | 225 | 137 | 54 |
| Binary | 101 | 11011001 | 1101100 | 1100010 | 0 | 110010 | 1111 | 10010101 | 1011111 | 101100 |
Color Harmonies of #05D96C
Complementary color
Monochromatic Colors of #05D96C
Black with #05D96C
Text Example
Text Example
White with #05D96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D96C; }
p { color: rgb(5,217,108); }
H1.HeaderClassName
{
color: #05D96C;
}
.AnyTagClassName
{
color: #05D96C;
}
</style>
background-color css
<style>
a { background-color: #05D96C; }
a { background-color: rgb(5,217,108); }
div.DivClassName
{
background-color: #05D96C;
}
.BgClassName
{
background-color: #05D96C;
}
</style>
border-color css
<style>
span { border-color: #05D96C; }
span { border-color: rgb(5,217,108); }
td.TdClassName
{
border-color: #05D96C;
}
.TagClassName
{
border-color: #05D96C;
}
</style>