Shades of Malachite #05C552
Tints of Malachite #05C552
RGB
CMYK
RGB Variations
Color information
#05C552 (or 0x05C552) is known color: Malachite. HEX triplet: 05, C5 and 52. RGB value is (5,197,82). Sum of RGB (Red+Green+Blue) = 5+197+82=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 197 (77.34% from 255 or 69.37% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 197 - color contains mainly: green. Hex color #05C552 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C552 is #FA3AAD. Grayscale: #7E7E7E. Windows color (decimal): -16399022 or 5424389. OLE color: 5424389.
HSL color Cylindrical-coordinate representation of color #05C552: hue angle of 144.06º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C552 is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 197 | 82 | - |
| CMYK | 0.97 | 0 | 0.58 | 0.23 |
| HSL | 144.06º | 0.95% | 0.4% | - |
| HSV(B) | 144.06º | 0.97% | 0.77% | - |
| XYZ | 21.55 | 40.57 | 14.68 | - |
| YUV | 126.48 | 102.89 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 197 | 82 | 0.97 | 0 | 0.58 | 0.23 | 144.06 | 0.95 | 0.4 |
| Hex | 5 | C5 | 52 | 61 | 0 | 3A | 17 | 90 | 5F | 28 |
| Octal | 5 | 305 | 122 | 141 | 0 | 72 | 27 | 220 | 137 | 50 |
| Binary | 101 | 11000101 | 1010010 | 1100001 | 0 | 111010 | 10111 | 10010000 | 1011111 | 101000 |
Color Harmonies of #05C552
Complementary color
Monochromatic Colors of #05C552
Black with #05C552
Text Example
Text Example
White with #05C552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C552; }
p { color: rgb(5,197,82); }
H1.HeaderClassName
{
color: #05C552;
}
.AnyTagClassName
{
color: #05C552;
}
</style>
background-color css
<style>
a { background-color: #05C552; }
a { background-color: rgb(5,197,82); }
div.DivClassName
{
background-color: #05C552;
}
.BgClassName
{
background-color: #05C552;
}
</style>
border-color css
<style>
span { border-color: #05C552; }
span { border-color: rgb(5,197,82); }
td.TdClassName
{
border-color: #05C552;
}
.TagClassName
{
border-color: #05C552;
}
</style>