Shades of Malachite #00D963
Tints of Malachite #00D963
RGB
CMYK
RGB Variations
Color information
#00D963 (or 0x00D963) is known color: Malachite. HEX triplet: 00, D9 and 63. RGB value is (0,217,99). Sum of RGB (Red+Green+Blue) = 0+217+99=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 217 (85.16% from 255 or 68.67% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 217 - color contains mainly: green. Hex color #00D963 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D963 is #FF269C. Grayscale: #8A8A8A. Windows color (decimal): -16721565 or 6543616. OLE color: 6543616.
HSL color Cylindrical-coordinate representation of color #00D963: hue angle of 147.37º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D963 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 217 | 99 | - |
| CMYK | 1 | 0 | 0.54 | 0.15 |
| HSL | 147.37º | 1% | 0.43% | - |
| HSV(B) | 147.37º | 1% | 0.85% | - |
| XYZ | 27.06 | 50.53 | 20.13 | - |
| YUV | 138.67 | 105.61 | 29.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 217 | 99 | 1 | 0 | 0.54 | 0.15 | 147.37 | 1 | 0.43 |
| Hex | 0 | D9 | 63 | 64 | 0 | 36 | F | 93 | 64 | 2B |
| Octal | 0 | 331 | 143 | 144 | 0 | 66 | 17 | 223 | 144 | 53 |
| Binary | 0 | 11011001 | 1100011 | 1100100 | 0 | 110110 | 1111 | 10010011 | 1100100 | 101011 |
Color Harmonies of #00D963
Complementary color
Monochromatic Colors of #00D963
Black with #00D963
Text Example
Text Example
White with #00D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D963; }
p { color: rgb(0,217,99); }
H1.HeaderClassName
{
color: #00D963;
}
.AnyTagClassName
{
color: #00D963;
}
</style>
background-color css
<style>
a { background-color: #00D963; }
a { background-color: rgb(0,217,99); }
div.DivClassName
{
background-color: #00D963;
}
.BgClassName
{
background-color: #00D963;
}
</style>
border-color css
<style>
span { border-color: #00D963; }
span { border-color: rgb(0,217,99); }
td.TdClassName
{
border-color: #00D963;
}
.TagClassName
{
border-color: #00D963;
}
</style>