Shades of Malachite #00D55F
Tints of Malachite #00D55F
RGB
CMYK
RGB Variations
Color information
#00D55F (or 0x00D55F) is known color: Malachite. HEX triplet: 00, D5 and 5F. RGB value is (0,213,95). Sum of RGB (Red+Green+Blue) = 0+213+95=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 213 (83.59% from 255 or 69.16% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 213 - color contains mainly: green. Hex color #00D55F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D55F is #FF2AA0. Grayscale: #888888. Windows color (decimal): -16722593 or 6280448. OLE color: 6280448.
HSL color Cylindrical-coordinate representation of color #00D55F: hue angle of 146.76º 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 #00D55F is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 95 | - |
| CMYK | 1 | 0 | 0.55 | 0.16 |
| HSL | 146.76º | 1% | 0.42% | - |
| HSV(B) | 146.76º | 1% | 0.84% | - |
| XYZ | 25.86 | 48.41 | 18.81 | - |
| YUV | 135.86 | 104.93 | 31.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 95 | 1 | 0 | 0.55 | 0.16 | 146.76 | 1 | 0.42 |
| Hex | 0 | D5 | 5F | 64 | 0 | 37 | 10 | 93 | 64 | 2A |
| Octal | 0 | 325 | 137 | 144 | 0 | 67 | 20 | 223 | 144 | 52 |
| Binary | 0 | 11010101 | 1011111 | 1100100 | 0 | 110111 | 10000 | 10010011 | 1100100 | 101010 |
Color Harmonies of #00D55F
Complementary color
Monochromatic Colors of #00D55F
Black with #00D55F
Text Example
Text Example
White with #00D55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D55F; }
p { color: rgb(0,213,95); }
H1.HeaderClassName
{
color: #00D55F;
}
.AnyTagClassName
{
color: #00D55F;
}
</style>
background-color css
<style>
a { background-color: #00D55F; }
a { background-color: rgb(0,213,95); }
div.DivClassName
{
background-color: #00D55F;
}
.BgClassName
{
background-color: #00D55F;
}
</style>
border-color css
<style>
span { border-color: #00D55F; }
span { border-color: rgb(0,213,95); }
td.TdClassName
{
border-color: #00D55F;
}
.TagClassName
{
border-color: #00D55F;
}
</style>