Shades of Malachite #05C458
Tints of Malachite #05C458
RGB
CMYK
RGB Variations
Color information
#05C458 (or 0x05C458) is known color: Malachite. HEX triplet: 05, C4 and 58. RGB value is (5,196,88). Sum of RGB (Red+Green+Blue) = 5+196+88=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 196 (76.95% from 255 or 67.82% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 196 - color contains mainly: green. Hex color #05C458 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C458 is #FA3BA7. Grayscale: #7E7E7E. Windows color (decimal): -16399272 or 5817349. OLE color: 5817349.
HSL color Cylindrical-coordinate representation of color #05C458: hue angle of 146.07º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C458 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 196 | 88 | - |
| CMYK | 0.97 | 0 | 0.55 | 0.23 |
| HSL | 146.07º | 0.95% | 0.39% | - |
| HSV(B) | 146.07º | 0.97% | 0.77% | - |
| XYZ | 21.56 | 40.22 | 15.86 | - |
| YUV | 126.58 | 106.22 | 41.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 196 | 88 | 0.97 | 0 | 0.55 | 0.23 | 146.07 | 0.95 | 0.39 |
| Hex | 5 | C4 | 58 | 61 | 0 | 37 | 17 | 92 | 5F | 27 |
| Octal | 5 | 304 | 130 | 141 | 0 | 67 | 27 | 222 | 137 | 47 |
| Binary | 101 | 11000100 | 1011000 | 1100001 | 0 | 110111 | 10111 | 10010010 | 1011111 | 100111 |
Color Harmonies of #05C458
Complementary color
Monochromatic Colors of #05C458
Black with #05C458
Text Example
Text Example
White with #05C458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C458; }
p { color: rgb(5,196,88); }
H1.HeaderClassName
{
color: #05C458;
}
.AnyTagClassName
{
color: #05C458;
}
</style>
background-color css
<style>
a { background-color: #05C458; }
a { background-color: rgb(5,196,88); }
div.DivClassName
{
background-color: #05C458;
}
.BgClassName
{
background-color: #05C458;
}
</style>
border-color css
<style>
span { border-color: #05C458; }
span { border-color: rgb(5,196,88); }
td.TdClassName
{
border-color: #05C458;
}
.TagClassName
{
border-color: #05C458;
}
</style>