Shades of Malachite #05C555
Tints of Malachite #05C555
RGB
CMYK
RGB Variations
Color information
#05C555 (or 0x05C555) is known color: Malachite. HEX triplet: 05, C5 and 55. RGB value is (5,197,85). Sum of RGB (Red+Green+Blue) = 5+197+85=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 197 (77.34% from 255 or 68.64% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 197 - color contains mainly: green. Hex color #05C555 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C555 is #FA3AAA. Grayscale: #7F7F7F. Windows color (decimal): -16399019 or 5620997. OLE color: 5620997.
HSL color Cylindrical-coordinate representation of color #05C555: hue angle of 145º 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 #05C555 is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 197 | 85 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.23 |
| HSL | 145º | 0.95% | 0.4% | - |
| HSV(B) | 145º | 0.97% | 0.77% | - |
| XYZ | 21.67 | 40.62 | 15.29 | - |
| YUV | 126.82 | 104.39 | 41.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 197 | 85 | 0.97 | 0 | 0.57 | 0.23 | 145 | 0.95 | 0.4 |
| Hex | 5 | C5 | 55 | 61 | 0 | 39 | 17 | 91 | 5F | 28 |
| Octal | 5 | 305 | 125 | 141 | 0 | 71 | 27 | 221 | 137 | 50 |
| Binary | 101 | 11000101 | 1010101 | 1100001 | 0 | 111001 | 10111 | 10010001 | 1011111 | 101000 |
Color Harmonies of #05C555
Complementary color
Monochromatic Colors of #05C555
Black with #05C555
Text Example
Text Example
White with #05C555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C555; }
p { color: rgb(5,197,85); }
H1.HeaderClassName
{
color: #05C555;
}
.AnyTagClassName
{
color: #05C555;
}
</style>
background-color css
<style>
a { background-color: #05C555; }
a { background-color: rgb(5,197,85); }
div.DivClassName
{
background-color: #05C555;
}
.BgClassName
{
background-color: #05C555;
}
</style>
border-color css
<style>
span { border-color: #05C555; }
span { border-color: rgb(5,197,85); }
td.TdClassName
{
border-color: #05C555;
}
.TagClassName
{
border-color: #05C555;
}
</style>