Shades of Malachite #00D570
Tints of Malachite #00D570
RGB
CMYK
RGB Variations
Color information
#00D570 (or 0x00D570) is known color: Malachite. HEX triplet: 00, D5 and 70. RGB value is (0,213,112). Sum of RGB (Red+Green+Blue) = 0+213+112=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 213 (83.59% from 255 or 65.54% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 213 - color contains mainly: green. Hex color #00D570 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D570 is #FF2A8F. Grayscale: #898989. Windows color (decimal): -16722576 or 7394560. OLE color: 7394560.
HSL color Cylindrical-coordinate representation of color #00D570: hue angle of 151.55º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D570 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 112 | - |
| CMYK | 1 | 0 | 0.47 | 0.16 |
| HSL | 151.55º | 1% | 0.42% | - |
| HSV(B) | 151.55º | 1% | 0.84% | - |
| XYZ | 26.72 | 48.76 | 23.33 | - |
| YUV | 137.8 | 113.43 | 29.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 112 | 1 | 0 | 0.47 | 0.16 | 151.55 | 1 | 0.42 |
| Hex | 0 | D5 | 70 | 64 | 0 | 2F | 10 | 98 | 64 | 2A |
| Octal | 0 | 325 | 160 | 144 | 0 | 57 | 20 | 230 | 144 | 52 |
| Binary | 0 | 11010101 | 1110000 | 1100100 | 0 | 101111 | 10000 | 10011000 | 1100100 | 101010 |
Color Harmonies of #00D570
Complementary color
Monochromatic Colors of #00D570
Black with #00D570
Text Example
Text Example
White with #00D570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D570; }
p { color: rgb(0,213,112); }
H1.HeaderClassName
{
color: #00D570;
}
.AnyTagClassName
{
color: #00D570;
}
</style>
background-color css
<style>
a { background-color: #00D570; }
a { background-color: rgb(0,213,112); }
div.DivClassName
{
background-color: #00D570;
}
.BgClassName
{
background-color: #00D570;
}
</style>
border-color css
<style>
span { border-color: #00D570; }
span { border-color: rgb(0,213,112); }
td.TdClassName
{
border-color: #00D570;
}
.TagClassName
{
border-color: #00D570;
}
</style>