Shades of Malachite #00D55D
Tints of Malachite #00D55D
RGB
CMYK
RGB Variations
Color information
#00D55D (or 0x00D55D) is known color: Malachite. HEX triplet: 00, D5 and 5D. RGB value is (0,213,93). Sum of RGB (Red+Green+Blue) = 0+213+93=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 213 (83.59% from 255 or 69.61% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 213 - color contains mainly: green. Hex color #00D55D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D55D is #FF2AA2. Grayscale: #878787. Windows color (decimal): -16722595 or 6149376. OLE color: 6149376.
HSL color Cylindrical-coordinate representation of color #00D55D: hue angle of 146.2º 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 #00D55D is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 93 | - |
| CMYK | 1 | 0 | 0.56 | 0.16 |
| HSL | 146.2º | 1% | 0.42% | - |
| HSV(B) | 146.2º | 1% | 0.84% | - |
| XYZ | 25.77 | 48.38 | 18.34 | - |
| YUV | 135.63 | 103.93 | 31.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 93 | 1 | 0 | 0.56 | 0.16 | 146.2 | 1 | 0.42 |
| Hex | 0 | D5 | 5D | 64 | 0 | 38 | 10 | 92 | 64 | 2A |
| Octal | 0 | 325 | 135 | 144 | 0 | 70 | 20 | 222 | 144 | 52 |
| Binary | 0 | 11010101 | 1011101 | 1100100 | 0 | 111000 | 10000 | 10010010 | 1100100 | 101010 |
Color Harmonies of #00D55D
Complementary color
Monochromatic Colors of #00D55D
Black with #00D55D
Text Example
Text Example
White with #00D55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D55D; }
p { color: rgb(0,213,93); }
H1.HeaderClassName
{
color: #00D55D;
}
.AnyTagClassName
{
color: #00D55D;
}
</style>
background-color css
<style>
a { background-color: #00D55D; }
a { background-color: rgb(0,213,93); }
div.DivClassName
{
background-color: #00D55D;
}
.BgClassName
{
background-color: #00D55D;
}
</style>
border-color css
<style>
span { border-color: #00D55D; }
span { border-color: rgb(0,213,93); }
td.TdClassName
{
border-color: #00D55D;
}
.TagClassName
{
border-color: #00D55D;
}
</style>