Shades of Malachite #01D955
Tints of Malachite #01D955
RGB
CMYK
RGB Variations
Color information
#01D955 (or 0x01D955) is known color: Malachite. HEX triplet: 01, D9 and 55. RGB value is (1,217,85). Sum of RGB (Red+Green+Blue) = 1+217+85=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 217 (85.16% from 255 or 71.62% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 217 - color contains mainly: green. Hex color #01D955 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D955 is #FE26AA. Grayscale: #898989. Windows color (decimal): -16656043 or 5626113. OLE color: 5626113.
HSL color Cylindrical-coordinate representation of color #01D955: hue angle of 143.33º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D955 is Cyan = 1.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 217 | 85 | - |
| CMYK | 1.00 | 0 | 0.61 | 0.15 |
| HSL | 143.33º | 0.99% | 0.43% | - |
| HSV(B) | 143.33º | 1% | 0.85% | - |
| XYZ | 26.47 | 50.29 | 16.91 | - |
| YUV | 137.37 | 98.44 | 30.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 217 | 85 | 1.00 | 0 | 0.61 | 0.15 | 143.33 | 0.99 | 0.43 |
| Hex | 1 | D9 | 55 | 64 | 0 | 3D | F | 8F | 63 | 2B |
| Octal | 1 | 331 | 125 | 144 | 0 | 75 | 17 | 217 | 143 | 53 |
| Binary | 1 | 11011001 | 1010101 | 1100100 | 0 | 111101 | 1111 | 10001111 | 1100011 | 101011 |
Color Harmonies of #01D955
Complementary color
Monochromatic Colors of #01D955
Black with #01D955
Text Example
Text Example
White with #01D955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D955; }
p { color: rgb(1,217,85); }
H1.HeaderClassName
{
color: #01D955;
}
.AnyTagClassName
{
color: #01D955;
}
</style>
background-color css
<style>
a { background-color: #01D955; }
a { background-color: rgb(1,217,85); }
div.DivClassName
{
background-color: #01D955;
}
.BgClassName
{
background-color: #01D955;
}
</style>
border-color css
<style>
span { border-color: #01D955; }
span { border-color: rgb(1,217,85); }
td.TdClassName
{
border-color: #01D955;
}
.TagClassName
{
border-color: #01D955;
}
</style>