Shades of Malachite #05C155
Tints of Malachite #05C155
RGB
CMYK
RGB Variations
Color information
#05C155 (or 0x05C155) is known color: Malachite. HEX triplet: 05, C1 and 55. RGB value is (5,193,85). Sum of RGB (Red+Green+Blue) = 5+193+85=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 193 (75.78% from 255 or 68.20% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 193 - color contains mainly: green. Hex color #05C155 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C155 is #FA3EAA. Grayscale: #7C7C7C. Windows color (decimal): -16400043 or 5619973. OLE color: 5619973.
HSL color Cylindrical-coordinate representation of color #05C155: hue angle of 145.53º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C155 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 193 | 85 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.24 |
| HSL | 145.53º | 0.95% | 0.39% | - |
| HSV(B) | 145.53º | 0.97% | 0.76% | - |
| XYZ | 20.77 | 38.83 | 14.99 | - |
| YUV | 124.48 | 105.72 | 42.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 193 | 85 | 0.97 | 0 | 0.56 | 0.24 | 145.53 | 0.95 | 0.39 |
| Hex | 5 | C1 | 55 | 61 | 0 | 38 | 18 | 92 | 5F | 27 |
| Octal | 5 | 301 | 125 | 141 | 0 | 70 | 30 | 222 | 137 | 47 |
| Binary | 101 | 11000001 | 1010101 | 1100001 | 0 | 111000 | 11000 | 10010010 | 1011111 | 100111 |
Color Harmonies of #05C155
Complementary color
Monochromatic Colors of #05C155
Black with #05C155
Text Example
Text Example
White with #05C155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C155; }
p { color: rgb(5,193,85); }
H1.HeaderClassName
{
color: #05C155;
}
.AnyTagClassName
{
color: #05C155;
}
</style>
background-color css
<style>
a { background-color: #05C155; }
a { background-color: rgb(5,193,85); }
div.DivClassName
{
background-color: #05C155;
}
.BgClassName
{
background-color: #05C155;
}
</style>
border-color css
<style>
span { border-color: #05C155; }
span { border-color: rgb(5,193,85); }
td.TdClassName
{
border-color: #05C155;
}
.TagClassName
{
border-color: #05C155;
}
</style>