Shades of Malachite #00D05D
Tints of Malachite #00D05D
RGB
CMYK
RGB Variations
Color information
#00D05D (or 0x00D05D) is known color: Malachite. HEX triplet: 00, D0 and 5D. RGB value is (0,208,93). Sum of RGB (Red+Green+Blue) = 0+208+93=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 208 (81.64% from 255 or 69.10% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 208 - color contains mainly: green. Hex color #00D05D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D05D is #FF2FA2. Grayscale: #848484. Windows color (decimal): -16723875 or 6148096. OLE color: 6148096.
HSL color Cylindrical-coordinate representation of color #00D05D: hue angle of 146.83º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D05D is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 93 | - |
| CMYK | 1 | 0 | 0.55 | 0.18 |
| HSL | 146.83º | 1% | 0.41% | - |
| HSV(B) | 146.83º | 1% | 0.82% | - |
| XYZ | 24.53 | 45.9 | 17.92 | - |
| YUV | 132.7 | 105.59 | 33.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 93 | 1 | 0 | 0.55 | 0.18 | 146.83 | 1 | 0.41 |
| Hex | 0 | D0 | 5D | 64 | 0 | 37 | 12 | 93 | 64 | 29 |
| Octal | 0 | 320 | 135 | 144 | 0 | 67 | 22 | 223 | 144 | 51 |
| Binary | 0 | 11010000 | 1011101 | 1100100 | 0 | 110111 | 10010 | 10010011 | 1100100 | 101001 |
Color Harmonies of #00D05D
Complementary color
Monochromatic Colors of #00D05D
Black with #00D05D
Text Example
Text Example
White with #00D05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D05D; }
p { color: rgb(0,208,93); }
H1.HeaderClassName
{
color: #00D05D;
}
.AnyTagClassName
{
color: #00D05D;
}
</style>
background-color css
<style>
a { background-color: #00D05D; }
a { background-color: rgb(0,208,93); }
div.DivClassName
{
background-color: #00D05D;
}
.BgClassName
{
background-color: #00D05D;
}
</style>
border-color css
<style>
span { border-color: #00D05D; }
span { border-color: rgb(0,208,93); }
td.TdClassName
{
border-color: #00D05D;
}
.TagClassName
{
border-color: #00D05D;
}
</style>