Shades of Malachite #00D760
Tints of Malachite #00D760
RGB
CMYK
RGB Variations
Color information
#00D760 (or 0x00D760) is known color: Malachite. HEX triplet: 00, D7 and 60. RGB value is (0,215,96). Sum of RGB (Red+Green+Blue) = 0+215+96=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 215 (84.38% from 255 or 69.13% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 215 - color contains mainly: green. Hex color #00D760 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D760 is #FF289F. Grayscale: #898989. Windows color (decimal): -16722080 or 6346496. OLE color: 6346496.
HSL color Cylindrical-coordinate representation of color #00D760: hue angle of 146.79º 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 #00D760 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 215 | 96 | - |
| CMYK | 1 | 0 | 0.55 | 0.16 |
| HSL | 146.79º | 1% | 0.42% | - |
| HSV(B) | 146.79º | 1% | 0.84% | - |
| XYZ | 26.41 | 49.45 | 19.22 | - |
| YUV | 137.15 | 104.77 | 30.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 215 | 96 | 1 | 0 | 0.55 | 0.16 | 146.79 | 1 | 0.42 |
| Hex | 0 | D7 | 60 | 64 | 0 | 37 | 10 | 93 | 64 | 2A |
| Octal | 0 | 327 | 140 | 144 | 0 | 67 | 20 | 223 | 144 | 52 |
| Binary | 0 | 11010111 | 1100000 | 1100100 | 0 | 110111 | 10000 | 10010011 | 1100100 | 101010 |
Color Harmonies of #00D760
Complementary color
Monochromatic Colors of #00D760
Black with #00D760
Text Example
Text Example
White with #00D760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D760; }
p { color: rgb(0,215,96); }
H1.HeaderClassName
{
color: #00D760;
}
.AnyTagClassName
{
color: #00D760;
}
</style>
background-color css
<style>
a { background-color: #00D760; }
a { background-color: rgb(0,215,96); }
div.DivClassName
{
background-color: #00D760;
}
.BgClassName
{
background-color: #00D760;
}
</style>
border-color css
<style>
span { border-color: #00D760; }
span { border-color: rgb(0,215,96); }
td.TdClassName
{
border-color: #00D760;
}
.TagClassName
{
border-color: #00D760;
}
</style>