Shades of Malachite #05D84D
Tints of Malachite #05D84D
RGB
CMYK
RGB Variations
Color information
#05D84D (or 0x05D84D) is known color: Malachite. HEX triplet: 05, D8 and 4D. RGB value is (5,216,77). Sum of RGB (Red+Green+Blue) = 5+216+77=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 216 (84.77% from 255 or 72.48% from 298); Blue value is 77 (30.47% from 255 or 25.84% from 298); Max value from RGB is 216 - color contains mainly: green. Hex color #05D84D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D84D is #FA27B2. Grayscale: #898989. Windows color (decimal): -16394163 or 5101573. OLE color: 5101573.
HSL color Cylindrical-coordinate representation of color #05D84D: hue angle of 140.47º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D84D is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 5 | 216 | 77 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.15 |
| HSL | 140.47º | 0.95% | 0.43% | - |
| HSV(B) | 140.47º | 0.98% | 0.85% | - |
| XYZ | 25.96 | 49.68 | 15.24 | - |
| YUV | 137.07 | 94.1 | 33.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 216 | 77 | 0.98 | 0 | 0.64 | 0.15 | 140.47 | 0.95 | 0.43 |
| Hex | 5 | D8 | 4D | 62 | 0 | 40 | F | 8C | 5F | 2B |
| Octal | 5 | 330 | 115 | 142 | 0 | 100 | 17 | 214 | 137 | 53 |
| Binary | 101 | 11011000 | 1001101 | 1100010 | 0 | 1000000 | 1111 | 10001100 | 1011111 | 101011 |
Color Harmonies of #05D84D
Complementary color
Monochromatic Colors of #05D84D
Black with #05D84D
Text Example
Text Example
White with #05D84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D84D; }
p { color: rgb(5,216,77); }
H1.HeaderClassName
{
color: #05D84D;
}
.AnyTagClassName
{
color: #05D84D;
}
</style>
background-color css
<style>
a { background-color: #05D84D; }
a { background-color: rgb(5,216,77); }
div.DivClassName
{
background-color: #05D84D;
}
.BgClassName
{
background-color: #05D84D;
}
</style>
border-color css
<style>
span { border-color: #05D84D; }
span { border-color: rgb(5,216,77); }
td.TdClassName
{
border-color: #05D84D;
}
.TagClassName
{
border-color: #05D84D;
}
</style>