Shades of Malachite #05D574
Tints of Malachite #05D574
RGB
CMYK
RGB Variations
Color information
#05D574 (or 0x05D574) is known color: Malachite. HEX triplet: 05, D5 and 74. RGB value is (5,213,116). Sum of RGB (Red+Green+Blue) = 5+213+116=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 213 (83.59% from 255 or 63.77% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 213 - color contains mainly: green. Hex color #05D574 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D574 is #FA2A8B. Grayscale: #8B8B8B. Windows color (decimal): -16394892 or 7656709. OLE color: 7656709.
HSL color Cylindrical-coordinate representation of color #05D574: hue angle of 152.02º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D574 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 213 | 116 | - |
| CMYK | 0.98 | 0 | 0.46 | 0.16 |
| HSL | 152.02º | 0.95% | 0.43% | - |
| HSV(B) | 152.02º | 0.98% | 0.84% | - |
| XYZ | 27.01 | 48.88 | 24.53 | - |
| YUV | 139.75 | 114.59 | 31.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 213 | 116 | 0.98 | 0 | 0.46 | 0.16 | 152.02 | 0.95 | 0.43 |
| Hex | 5 | D5 | 74 | 62 | 0 | 2E | 10 | 98 | 5F | 2B |
| Octal | 5 | 325 | 164 | 142 | 0 | 56 | 20 | 230 | 137 | 53 |
| Binary | 101 | 11010101 | 1110100 | 1100010 | 0 | 101110 | 10000 | 10011000 | 1011111 | 101011 |
Color Harmonies of #05D574
Complementary color
Monochromatic Colors of #05D574
Black with #05D574
Text Example
Text Example
White with #05D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D574; }
p { color: rgb(5,213,116); }
H1.HeaderClassName
{
color: #05D574;
}
.AnyTagClassName
{
color: #05D574;
}
</style>
background-color css
<style>
a { background-color: #05D574; }
a { background-color: rgb(5,213,116); }
div.DivClassName
{
background-color: #05D574;
}
.BgClassName
{
background-color: #05D574;
}
</style>
border-color css
<style>
span { border-color: #05D574; }
span { border-color: rgb(5,213,116); }
td.TdClassName
{
border-color: #05D574;
}
.TagClassName
{
border-color: #05D574;
}
</style>