Shades of Malachite #01D353
Tints of Malachite #01D353
RGB
CMYK
RGB Variations
Color information
#01D353 (or 0x01D353) is known color: Malachite. HEX triplet: 01, D3 and 53. RGB value is (1,211,83). Sum of RGB (Red+Green+Blue) = 1+211+83=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 211 (82.81% from 255 or 71.53% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 211 - color contains mainly: green. Hex color #01D353 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D353 is #FE2CAC. Grayscale: #858585. Windows color (decimal): -16657581 or 5493505. OLE color: 5493505.
HSL color Cylindrical-coordinate representation of color #01D353: hue angle of 143.43º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D353 is Cyan = 1.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 211 | 83 | - |
| CMYK | 1.00 | 0 | 0.61 | 0.17 |
| HSL | 143.43º | 0.99% | 0.42% | - |
| HSV(B) | 143.43º | 1% | 0.83% | - |
| XYZ | 24.87 | 47.22 | 15.99 | - |
| YUV | 133.62 | 99.43 | 33.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 211 | 83 | 1.00 | 0 | 0.61 | 0.17 | 143.43 | 0.99 | 0.42 |
| Hex | 1 | D3 | 53 | 64 | 0 | 3D | 11 | 8F | 63 | 2A |
| Octal | 1 | 323 | 123 | 144 | 0 | 75 | 21 | 217 | 143 | 52 |
| Binary | 1 | 11010011 | 1010011 | 1100100 | 0 | 111101 | 10001 | 10001111 | 1100011 | 101010 |
Color Harmonies of #01D353
Complementary color
Monochromatic Colors of #01D353
Black with #01D353
Text Example
Text Example
White with #01D353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D353; }
p { color: rgb(1,211,83); }
H1.HeaderClassName
{
color: #01D353;
}
.AnyTagClassName
{
color: #01D353;
}
</style>
background-color css
<style>
a { background-color: #01D353; }
a { background-color: rgb(1,211,83); }
div.DivClassName
{
background-color: #01D353;
}
.BgClassName
{
background-color: #01D353;
}
</style>
border-color css
<style>
span { border-color: #01D353; }
span { border-color: rgb(1,211,83); }
td.TdClassName
{
border-color: #01D353;
}
.TagClassName
{
border-color: #01D353;
}
</style>