Shades of Malachite #00D35D
Tints of Malachite #00D35D
RGB
CMYK
RGB Variations
Color information
#00D35D (or 0x00D35D) is known color: Malachite. HEX triplet: 00, D3 and 5D. RGB value is (0,211,93). Sum of RGB (Red+Green+Blue) = 0+211+93=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 211 (82.81% from 255 or 69.41% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 211 - color contains mainly: green. Hex color #00D35D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D35D is #FF2CA2. Grayscale: #868686. Windows color (decimal): -16723107 or 6148864. OLE color: 6148864.
HSL color Cylindrical-coordinate representation of color #00D35D: hue angle of 146.45º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D35D is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 211 | 93 | - |
| CMYK | 1 | 0 | 0.56 | 0.17 |
| HSL | 146.45º | 1% | 0.41% | - |
| HSV(B) | 146.45º | 1% | 0.83% | - |
| XYZ | 25.27 | 47.38 | 18.17 | - |
| YUV | 134.46 | 104.6 | 32.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 211 | 93 | 1 | 0 | 0.56 | 0.17 | 146.45 | 1 | 0.41 |
| Hex | 0 | D3 | 5D | 64 | 0 | 38 | 11 | 92 | 64 | 29 |
| Octal | 0 | 323 | 135 | 144 | 0 | 70 | 21 | 222 | 144 | 51 |
| Binary | 0 | 11010011 | 1011101 | 1100100 | 0 | 111000 | 10001 | 10010010 | 1100100 | 101001 |
Color Harmonies of #00D35D
Complementary color
Monochromatic Colors of #00D35D
Black with #00D35D
Text Example
Text Example
White with #00D35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D35D; }
p { color: rgb(0,211,93); }
H1.HeaderClassName
{
color: #00D35D;
}
.AnyTagClassName
{
color: #00D35D;
}
</style>
background-color css
<style>
a { background-color: #00D35D; }
a { background-color: rgb(0,211,93); }
div.DivClassName
{
background-color: #00D35D;
}
.BgClassName
{
background-color: #00D35D;
}
</style>
border-color css
<style>
span { border-color: #00D35D; }
span { border-color: rgb(0,211,93); }
td.TdClassName
{
border-color: #00D35D;
}
.TagClassName
{
border-color: #00D35D;
}
</style>