Shades of Malachite #05D96B
Tints of Malachite #05D96B
RGB
CMYK
RGB Variations
Color information
#05D96B (or 0x05D96B) is known color: Malachite. HEX triplet: 05, D9 and 6B. RGB value is (5,217,107). Sum of RGB (Red+Green+Blue) = 5+217+107=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 217 (85.16% from 255 or 65.96% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 217 - color contains mainly: green. Hex color #05D96B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D96B is #FA2694. Grayscale: #8D8D8D. Windows color (decimal): -16393877 or 7067909. OLE color: 7067909.
HSL color Cylindrical-coordinate representation of color #05D96B: hue angle of 148.87º 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 #05D96B is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 217 | 107 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.15 |
| HSL | 148.87º | 0.95% | 0.44% | - |
| HSV(B) | 148.87º | 0.98% | 0.85% | - |
| XYZ | 27.53 | 50.72 | 22.25 | - |
| YUV | 141.07 | 108.76 | 30.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 217 | 107 | 0.98 | 0 | 0.51 | 0.15 | 148.87 | 0.95 | 0.44 |
| Hex | 5 | D9 | 6B | 62 | 0 | 33 | F | 95 | 5F | 2C |
| Octal | 5 | 331 | 153 | 142 | 0 | 63 | 17 | 225 | 137 | 54 |
| Binary | 101 | 11011001 | 1101011 | 1100010 | 0 | 110011 | 1111 | 10010101 | 1011111 | 101100 |
Color Harmonies of #05D96B
Complementary color
Monochromatic Colors of #05D96B
Black with #05D96B
Text Example
Text Example
White with #05D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D96B; }
p { color: rgb(5,217,107); }
H1.HeaderClassName
{
color: #05D96B;
}
.AnyTagClassName
{
color: #05D96B;
}
</style>
background-color css
<style>
a { background-color: #05D96B; }
a { background-color: rgb(5,217,107); }
div.DivClassName
{
background-color: #05D96B;
}
.BgClassName
{
background-color: #05D96B;
}
</style>
border-color css
<style>
span { border-color: #05D96B; }
span { border-color: rgb(5,217,107); }
td.TdClassName
{
border-color: #05D96B;
}
.TagClassName
{
border-color: #05D96B;
}
</style>