Shades of Malachite #05DF52
Tints of Malachite #05DF52
RGB
CMYK
RGB Variations
Color information
#05DF52 (or 0x05DF52) is known color: Malachite. HEX triplet: 05, DF and 52. RGB value is (5,223,82). Sum of RGB (Red+Green+Blue) = 5+223+82=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 223 (87.5% from 255 or 71.94% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 223 - color contains mainly: green. Hex color #05DF52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DF52 is #FA20AD. Grayscale: #8E8E8E. Windows color (decimal): -16392366 or 5431045. OLE color: 5431045.
HSL color Cylindrical-coordinate representation of color #05DF52: hue angle of 141.19º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DF52 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 223 | 82 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.13 |
| HSL | 141.19º | 0.96% | 0.45% | - |
| HSV(B) | 141.19º | 0.98% | 0.87% | - |
| XYZ | 27.97 | 53.42 | 16.82 | - |
| YUV | 141.74 | 94.28 | 30.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 82 | 0.98 | 0 | 0.63 | 0.13 | 141.19 | 0.96 | 0.45 |
| Hex | 5 | DF | 52 | 62 | 0 | 3F | D | 8D | 60 | 2D |
| Octal | 5 | 337 | 122 | 142 | 0 | 77 | 15 | 215 | 140 | 55 |
| Binary | 101 | 11011111 | 1010010 | 1100010 | 0 | 111111 | 1101 | 10001101 | 1100000 | 101101 |
Color Harmonies of #05DF52
Complementary color
Monochromatic Colors of #05DF52
Black with #05DF52
Text Example
Text Example
White with #05DF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DF52; }
p { color: rgb(5,223,82); }
H1.HeaderClassName
{
color: #05DF52;
}
.AnyTagClassName
{
color: #05DF52;
}
</style>
background-color css
<style>
a { background-color: #05DF52; }
a { background-color: rgb(5,223,82); }
div.DivClassName
{
background-color: #05DF52;
}
.BgClassName
{
background-color: #05DF52;
}
</style>
border-color css
<style>
span { border-color: #05DF52; }
span { border-color: rgb(5,223,82); }
td.TdClassName
{
border-color: #05DF52;
}
.TagClassName
{
border-color: #05DF52;
}
</style>