Shades of Malachite #05DD51
Tints of Malachite #05DD51
RGB
CMYK
RGB Variations
Color information
#05DD51 (or 0x05DD51) is known color: Malachite. HEX triplet: 05, DD and 51. RGB value is (5,221,81). Sum of RGB (Red+Green+Blue) = 5+221+81=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 221 (86.72% from 255 or 71.99% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 221 - color contains mainly: green. Hex color #05DD51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DD51 is #FA22AE. Grayscale: #8C8C8C. Windows color (decimal): -16392879 or 5364997. OLE color: 5364997.
HSL color Cylindrical-coordinate representation of color #05DD51: hue angle of 141.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DD51 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 221 | 81 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.13 |
| HSL | 141.11º | 0.96% | 0.44% | - |
| HSV(B) | 141.11º | 0.98% | 0.87% | - |
| XYZ | 27.4 | 52.34 | 16.44 | - |
| YUV | 140.46 | 94.44 | 31.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 221 | 81 | 0.98 | 0 | 0.63 | 0.13 | 141.11 | 0.96 | 0.44 |
| Hex | 5 | DD | 51 | 62 | 0 | 3F | D | 8D | 60 | 2C |
| Octal | 5 | 335 | 121 | 142 | 0 | 77 | 15 | 215 | 140 | 54 |
| Binary | 101 | 11011101 | 1010001 | 1100010 | 0 | 111111 | 1101 | 10001101 | 1100000 | 101100 |
Color Harmonies of #05DD51
Complementary color
Monochromatic Colors of #05DD51
Black with #05DD51
Text Example
Text Example
White with #05DD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DD51; }
p { color: rgb(5,221,81); }
H1.HeaderClassName
{
color: #05DD51;
}
.AnyTagClassName
{
color: #05DD51;
}
</style>
background-color css
<style>
a { background-color: #05DD51; }
a { background-color: rgb(5,221,81); }
div.DivClassName
{
background-color: #05DD51;
}
.BgClassName
{
background-color: #05DD51;
}
</style>
border-color css
<style>
span { border-color: #05DD51; }
span { border-color: rgb(5,221,81); }
td.TdClassName
{
border-color: #05DD51;
}
.TagClassName
{
border-color: #05DD51;
}
</style>