Shades of Malachite #05D952
Tints of Malachite #05D952
RGB
CMYK
RGB Variations
Color information
#05D952 (or 0x05D952) is known color: Malachite. HEX triplet: 05, D9 and 52. RGB value is (5,217,82). Sum of RGB (Red+Green+Blue) = 5+217+82=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 217 (85.16% from 255 or 71.38% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 217 - color contains mainly: green. Hex color #05D952 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D952 is #FA26AD. Grayscale: #8A8A8A. Windows color (decimal): -16393902 or 5429509. OLE color: 5429509.
HSL color Cylindrical-coordinate representation of color #05D952: hue angle of 141.79º 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 #05D952 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 217 | 82 | - |
| CMYK | 0.98 | 0 | 0.62 | 0.15 |
| HSL | 141.79º | 0.95% | 0.44% | - |
| HSV(B) | 141.79º | 0.98% | 0.85% | - |
| XYZ | 26.4 | 50.27 | 16.29 | - |
| YUV | 138.22 | 96.26 | 32.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 217 | 82 | 0.98 | 0 | 0.62 | 0.15 | 141.79 | 0.95 | 0.44 |
| Hex | 5 | D9 | 52 | 62 | 0 | 3E | F | 8E | 5F | 2C |
| Octal | 5 | 331 | 122 | 142 | 0 | 76 | 17 | 216 | 137 | 54 |
| Binary | 101 | 11011001 | 1010010 | 1100010 | 0 | 111110 | 1111 | 10001110 | 1011111 | 101100 |
Color Harmonies of #05D952
Complementary color
Monochromatic Colors of #05D952
Black with #05D952
Text Example
Text Example
White with #05D952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D952; }
p { color: rgb(5,217,82); }
H1.HeaderClassName
{
color: #05D952;
}
.AnyTagClassName
{
color: #05D952;
}
</style>
background-color css
<style>
a { background-color: #05D952; }
a { background-color: rgb(5,217,82); }
div.DivClassName
{
background-color: #05D952;
}
.BgClassName
{
background-color: #05D952;
}
</style>
border-color css
<style>
span { border-color: #05D952; }
span { border-color: rgb(5,217,82); }
td.TdClassName
{
border-color: #05D952;
}
.TagClassName
{
border-color: #05D952;
}
</style>