Shades of Malachite #00D55C
Tints of Malachite #00D55C
RGB
CMYK
RGB Variations
Color information
#00D55C (or 0x00D55C) is known color: Malachite. HEX triplet: 00, D5 and 5C. RGB value is (0,213,92). Sum of RGB (Red+Green+Blue) = 0+213+92=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 213 (83.59% from 255 or 69.84% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 213 - color contains mainly: green. Hex color #00D55C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D55C is #FF2AA3. Grayscale: #878787. Windows color (decimal): -16722596 or 6083840. OLE color: 6083840.
HSL color Cylindrical-coordinate representation of color #00D55C: hue angle of 145.92º 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 #00D55C is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 92 | - |
| CMYK | 1 | 0 | 0.57 | 0.16 |
| HSL | 145.92º | 1% | 0.42% | - |
| HSV(B) | 145.92º | 1% | 0.84% | - |
| XYZ | 25.73 | 48.36 | 18.1 | - |
| YUV | 135.52 | 103.43 | 31.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 92 | 1 | 0 | 0.57 | 0.16 | 145.92 | 1 | 0.42 |
| Hex | 0 | D5 | 5C | 64 | 0 | 39 | 10 | 92 | 64 | 2A |
| Octal | 0 | 325 | 134 | 144 | 0 | 71 | 20 | 222 | 144 | 52 |
| Binary | 0 | 11010101 | 1011100 | 1100100 | 0 | 111001 | 10000 | 10010010 | 1100100 | 101010 |
Color Harmonies of #00D55C
Complementary color
Monochromatic Colors of #00D55C
Black with #00D55C
Text Example
Text Example
White with #00D55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D55C; }
p { color: rgb(0,213,92); }
H1.HeaderClassName
{
color: #00D55C;
}
.AnyTagClassName
{
color: #00D55C;
}
</style>
background-color css
<style>
a { background-color: #00D55C; }
a { background-color: rgb(0,213,92); }
div.DivClassName
{
background-color: #00D55C;
}
.BgClassName
{
background-color: #00D55C;
}
</style>
border-color css
<style>
span { border-color: #00D55C; }
span { border-color: rgb(0,213,92); }
td.TdClassName
{
border-color: #00D55C;
}
.TagClassName
{
border-color: #00D55C;
}
</style>