Shades of Malachite #00D955
Tints of Malachite #00D955
RGB
CMYK
RGB Variations
Color information
#00D955 (or 0x00D955) is known color: Malachite. HEX triplet: 00, D9 and 55. RGB value is (0,217,85). Sum of RGB (Red+Green+Blue) = 0+217+85=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 217 (85.16% from 255 or 71.85% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 217 - color contains mainly: green. Hex color #00D955 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D955 is #FF26AA. Grayscale: #898989. Windows color (decimal): -16721579 or 5626112. OLE color: 5626112.
HSL color Cylindrical-coordinate representation of color #00D955: hue angle of 143.5º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D955 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 217 | 85 | - |
| CMYK | 1 | 0 | 0.61 | 0.15 |
| HSL | 143.5º | 1% | 0.43% | - |
| HSV(B) | 143.5º | 1% | 0.85% | - |
| XYZ | 26.45 | 50.28 | 16.91 | - |
| YUV | 137.07 | 98.61 | 30.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 217 | 85 | 1 | 0 | 0.61 | 0.15 | 143.5 | 1 | 0.43 |
| Hex | 0 | D9 | 55 | 64 | 0 | 3D | F | 90 | 64 | 2B |
| Octal | 0 | 331 | 125 | 144 | 0 | 75 | 17 | 220 | 144 | 53 |
| Binary | 0 | 11011001 | 1010101 | 1100100 | 0 | 111101 | 1111 | 10010000 | 1100100 | 101011 |
Color Harmonies of #00D955
Complementary color
Monochromatic Colors of #00D955
Black with #00D955
Text Example
Text Example
White with #00D955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D955; }
p { color: rgb(0,217,85); }
H1.HeaderClassName
{
color: #00D955;
}
.AnyTagClassName
{
color: #00D955;
}
</style>
background-color css
<style>
a { background-color: #00D955; }
a { background-color: rgb(0,217,85); }
div.DivClassName
{
background-color: #00D955;
}
.BgClassName
{
background-color: #00D955;
}
</style>
border-color css
<style>
span { border-color: #00D955; }
span { border-color: rgb(0,217,85); }
td.TdClassName
{
border-color: #00D955;
}
.TagClassName
{
border-color: #00D955;
}
</style>