Shades of Malachite #01D953
Tints of Malachite #01D953
RGB
CMYK
RGB Variations
Color information
#01D953 (or 0x01D953) is known color: Malachite. HEX triplet: 01, D9 and 53. RGB value is (1,217,83). Sum of RGB (Red+Green+Blue) = 1+217+83=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 217 (85.16% from 255 or 72.09% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 217 - color contains mainly: green. Hex color #01D953 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D953 is #FE26AC. Grayscale: #898989. Windows color (decimal): -16656045 or 5495041. OLE color: 5495041.
HSL color Cylindrical-coordinate representation of color #01D953: hue angle of 142.78º 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 #01D953 is Cyan = 1.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 217 | 83 | - |
| CMYK | 1.00 | 0 | 0.62 | 0.15 |
| HSL | 142.78º | 0.99% | 0.43% | - |
| HSV(B) | 142.78º | 1% | 0.85% | - |
| XYZ | 26.39 | 50.26 | 16.49 | - |
| YUV | 137.14 | 97.44 | 30.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 217 | 83 | 1.00 | 0 | 0.62 | 0.15 | 142.78 | 0.99 | 0.43 |
| Hex | 1 | D9 | 53 | 64 | 0 | 3E | F | 8F | 63 | 2B |
| Octal | 1 | 331 | 123 | 144 | 0 | 76 | 17 | 217 | 143 | 53 |
| Binary | 1 | 11011001 | 1010011 | 1100100 | 0 | 111110 | 1111 | 10001111 | 1100011 | 101011 |
Color Harmonies of #01D953
Complementary color
Monochromatic Colors of #01D953
Black with #01D953
Text Example
Text Example
White with #01D953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D953; }
p { color: rgb(1,217,83); }
H1.HeaderClassName
{
color: #01D953;
}
.AnyTagClassName
{
color: #01D953;
}
</style>
background-color css
<style>
a { background-color: #01D953; }
a { background-color: rgb(1,217,83); }
div.DivClassName
{
background-color: #01D953;
}
.BgClassName
{
background-color: #01D953;
}
</style>
border-color css
<style>
span { border-color: #01D953; }
span { border-color: rgb(1,217,83); }
td.TdClassName
{
border-color: #01D953;
}
.TagClassName
{
border-color: #01D953;
}
</style>