Shades of Malachite #00D574
Tints of Malachite #00D574
RGB
CMYK
RGB Variations
Color information
#00D574 (or 0x00D574) is known color: Malachite. HEX triplet: 00, D5 and 74. RGB value is (0,213,116). Sum of RGB (Red+Green+Blue) = 0+213+116=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 213 (83.59% from 255 or 64.74% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 213 - color contains mainly: green. Hex color #00D574 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D574 is #FF2A8B. Grayscale: #8A8A8A. Windows color (decimal): -16722572 or 7656704. OLE color: 7656704.
HSL color Cylindrical-coordinate representation of color #00D574: hue angle of 152.68º 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 #00D574 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 116 | - |
| CMYK | 1 | 0 | 0.46 | 0.16 |
| HSL | 152.68º | 1% | 0.42% | - |
| HSV(B) | 152.68º | 1% | 0.84% | - |
| XYZ | 26.95 | 48.85 | 24.53 | - |
| YUV | 138.26 | 115.43 | 29.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 116 | 1 | 0 | 0.46 | 0.16 | 152.68 | 1 | 0.42 |
| Hex | 0 | D5 | 74 | 64 | 0 | 2E | 10 | 99 | 64 | 2A |
| Octal | 0 | 325 | 164 | 144 | 0 | 56 | 20 | 231 | 144 | 52 |
| Binary | 0 | 11010101 | 1110100 | 1100100 | 0 | 101110 | 10000 | 10011001 | 1100100 | 101010 |
Color Harmonies of #00D574
Complementary color
Monochromatic Colors of #00D574
Black with #00D574
Text Example
Text Example
White with #00D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D574; }
p { color: rgb(0,213,116); }
H1.HeaderClassName
{
color: #00D574;
}
.AnyTagClassName
{
color: #00D574;
}
</style>
background-color css
<style>
a { background-color: #00D574; }
a { background-color: rgb(0,213,116); }
div.DivClassName
{
background-color: #00D574;
}
.BgClassName
{
background-color: #00D574;
}
</style>
border-color css
<style>
span { border-color: #00D574; }
span { border-color: rgb(0,213,116); }
td.TdClassName
{
border-color: #00D574;
}
.TagClassName
{
border-color: #00D574;
}
</style>