Shades of Malachite #00D773
Tints of Malachite #00D773
RGB
CMYK
RGB Variations
Color information
#00D773 (or 0x00D773) is known color: Malachite. HEX triplet: 00, D7 and 73. RGB value is (0,215,115). Sum of RGB (Red+Green+Blue) = 0+215+115=330 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 330); Green value is 215 (84.38% from 255 or 65.15% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 215 - color contains mainly: green. Hex color #00D773 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D773 is #FF288C. Grayscale: #8B8B8B. Windows color (decimal): -16722061 or 7591680. OLE color: 7591680.
HSL color Cylindrical-coordinate representation of color #00D773: hue angle of 152.09º 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 #00D773 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 215 | 115 | - |
| CMYK | 1 | 0 | 0.47 | 0.16 |
| HSL | 152.09º | 1% | 0.42% | - |
| HSV(B) | 152.09º | 1% | 0.84% | - |
| XYZ | 27.39 | 49.84 | 24.4 | - |
| YUV | 139.32 | 114.27 | 28.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 215 | 115 | 1 | 0 | 0.47 | 0.16 | 152.09 | 1 | 0.42 |
| Hex | 0 | D7 | 73 | 64 | 0 | 2F | 10 | 98 | 64 | 2A |
| Octal | 0 | 327 | 163 | 144 | 0 | 57 | 20 | 230 | 144 | 52 |
| Binary | 0 | 11010111 | 1110011 | 1100100 | 0 | 101111 | 10000 | 10011000 | 1100100 | 101010 |
Color Harmonies of #00D773
Complementary color
Monochromatic Colors of #00D773
Black with #00D773
Text Example
Text Example
White with #00D773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D773; }
p { color: rgb(0,215,115); }
H1.HeaderClassName
{
color: #00D773;
}
.AnyTagClassName
{
color: #00D773;
}
</style>
background-color css
<style>
a { background-color: #00D773; }
a { background-color: rgb(0,215,115); }
div.DivClassName
{
background-color: #00D773;
}
.BgClassName
{
background-color: #00D773;
}
</style>
border-color css
<style>
span { border-color: #00D773; }
span { border-color: rgb(0,215,115); }
td.TdClassName
{
border-color: #00D773;
}
.TagClassName
{
border-color: #00D773;
}
</style>