Shades of Malachite #00C557
Tints of Malachite #00C557
RGB
CMYK
RGB Variations
Color information
#00C557 (or 0x00C557) is known color: Malachite. HEX triplet: 00, C5 and 57. RGB value is (0,197,87). Sum of RGB (Red+Green+Blue) = 0+197+87=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 197 (77.34% from 255 or 69.37% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 197 - color contains mainly: green. Hex color #00C557 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C557 is #FF3AA8. Grayscale: #7D7D7D. Windows color (decimal): -16726697 or 5752064. OLE color: 5752064.
HSL color Cylindrical-coordinate representation of color #00C557: hue angle of 146.5º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C557 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 197 | 87 | - |
| CMYK | 1 | 0 | 0.56 | 0.23 |
| HSL | 146.5º | 1% | 0.39% | - |
| HSV(B) | 146.5º | 1% | 0.77% | - |
| XYZ | 21.69 | 40.62 | 15.71 | - |
| YUV | 125.56 | 106.23 | 38.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 87 | 1 | 0 | 0.56 | 0.23 | 146.5 | 1 | 0.39 |
| Hex | 0 | C5 | 57 | 64 | 0 | 38 | 17 | 92 | 64 | 27 |
| Octal | 0 | 305 | 127 | 144 | 0 | 70 | 27 | 222 | 144 | 47 |
| Binary | 0 | 11000101 | 1010111 | 1100100 | 0 | 111000 | 10111 | 10010010 | 1100100 | 100111 |
Color Harmonies of #00C557
Complementary color
Monochromatic Colors of #00C557
Black with #00C557
Text Example
Text Example
White with #00C557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C557; }
p { color: rgb(0,197,87); }
H1.HeaderClassName
{
color: #00C557;
}
.AnyTagClassName
{
color: #00C557;
}
</style>
background-color css
<style>
a { background-color: #00C557; }
a { background-color: rgb(0,197,87); }
div.DivClassName
{
background-color: #00C557;
}
.BgClassName
{
background-color: #00C557;
}
</style>
border-color css
<style>
span { border-color: #00C557; }
span { border-color: rgb(0,197,87); }
td.TdClassName
{
border-color: #00C557;
}
.TagClassName
{
border-color: #00C557;
}
</style>