Shades of Malachite #00C553
Tints of Malachite #00C553
RGB
CMYK
RGB Variations
Color information
#00C553 (or 0x00C553) is known color: Malachite. HEX triplet: 00, C5 and 53. RGB value is (0,197,83). Sum of RGB (Red+Green+Blue) = 0+197+83=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 197 (77.34% from 255 or 70.36% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 197 - color contains mainly: green. Hex color #00C553 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C553 is #FF3AAC. Grayscale: #7D7D7D. Windows color (decimal): -16726701 or 5489920. OLE color: 5489920.
HSL color Cylindrical-coordinate representation of color #00C553: hue angle of 145.28º 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 #00C553 is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 197 | 83 | - |
| CMYK | 1 | 0 | 0.58 | 0.23 |
| HSL | 145.28º | 1% | 0.39% | - |
| HSV(B) | 145.28º | 1% | 0.77% | - |
| XYZ | 21.53 | 40.56 | 14.88 | - |
| YUV | 125.1 | 104.23 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 83 | 1 | 0 | 0.58 | 0.23 | 145.28 | 1 | 0.39 |
| Hex | 0 | C5 | 53 | 64 | 0 | 3A | 17 | 91 | 64 | 27 |
| Octal | 0 | 305 | 123 | 144 | 0 | 72 | 27 | 221 | 144 | 47 |
| Binary | 0 | 11000101 | 1010011 | 1100100 | 0 | 111010 | 10111 | 10010001 | 1100100 | 100111 |
Color Harmonies of #00C553
Complementary color
Monochromatic Colors of #00C553
Black with #00C553
Text Example
Text Example
White with #00C553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C553; }
p { color: rgb(0,197,83); }
H1.HeaderClassName
{
color: #00C553;
}
.AnyTagClassName
{
color: #00C553;
}
</style>
background-color css
<style>
a { background-color: #00C553; }
a { background-color: rgb(0,197,83); }
div.DivClassName
{
background-color: #00C553;
}
.BgClassName
{
background-color: #00C553;
}
</style>
border-color css
<style>
span { border-color: #00C553; }
span { border-color: rgb(0,197,83); }
td.TdClassName
{
border-color: #00C553;
}
.TagClassName
{
border-color: #00C553;
}
</style>