Shades of Malachite #05DD57
Tints of Malachite #05DD57
RGB
CMYK
RGB Variations
Color information
#05DD57 (or 0x05DD57) is known color: Malachite. HEX triplet: 05, DD and 57. RGB value is (5,221,87). Sum of RGB (Red+Green+Blue) = 5+221+87=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 221 (86.72% from 255 or 70.61% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 221 - color contains mainly: green. Hex color #05DD57 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DD57 is #FA22A8. Grayscale: #8D8D8D. Windows color (decimal): -16392873 or 5758213. OLE color: 5758213.
HSL color Cylindrical-coordinate representation of color #05DD57: hue angle of 142.78º 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 #05DD57 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 221 | 87 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.13 |
| HSL | 142.78º | 0.96% | 0.44% | - |
| HSV(B) | 142.78º | 0.98% | 0.87% | - |
| XYZ | 27.64 | 52.43 | 17.68 | - |
| YUV | 141.14 | 97.44 | 30.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 221 | 87 | 0.98 | 0 | 0.61 | 0.13 | 142.78 | 0.96 | 0.44 |
| Hex | 5 | DD | 57 | 62 | 0 | 3D | D | 8F | 60 | 2C |
| Octal | 5 | 335 | 127 | 142 | 0 | 75 | 15 | 217 | 140 | 54 |
| Binary | 101 | 11011101 | 1010111 | 1100010 | 0 | 111101 | 1101 | 10001111 | 1100000 | 101100 |
Color Harmonies of #05DD57
Complementary color
Monochromatic Colors of #05DD57
Black with #05DD57
Text Example
Text Example
White with #05DD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DD57; }
p { color: rgb(5,221,87); }
H1.HeaderClassName
{
color: #05DD57;
}
.AnyTagClassName
{
color: #05DD57;
}
</style>
background-color css
<style>
a { background-color: #05DD57; }
a { background-color: rgb(5,221,87); }
div.DivClassName
{
background-color: #05DD57;
}
.BgClassName
{
background-color: #05DD57;
}
</style>
border-color css
<style>
span { border-color: #05DD57; }
span { border-color: rgb(5,221,87); }
td.TdClassName
{
border-color: #05DD57;
}
.TagClassName
{
border-color: #05DD57;
}
</style>