Shades of Malachite #01DA55
Tints of Malachite #01DA55
RGB
CMYK
RGB Variations
Color information
#01DA55 (or 0x01DA55) is known color: Malachite. HEX triplet: 01, DA and 55. RGB value is (1,218,85). Sum of RGB (Red+Green+Blue) = 1+218+85=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 218 (85.55% from 255 or 71.71% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 218 - color contains mainly: green. Hex color #01DA55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DA55 is #FE25AA. Grayscale: #8A8A8A. Windows color (decimal): -16655787 or 5626369. OLE color: 5626369.
HSL color Cylindrical-coordinate representation of color #01DA55: hue angle of 143.23º 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 #01DA55 is Cyan = 1.00, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 218 | 85 | - |
| CMYK | 1.00 | 0 | 0.61 | 0.15 |
| HSL | 143.23º | 0.99% | 0.43% | - |
| HSV(B) | 143.23º | 1% | 0.85% | - |
| XYZ | 26.72 | 50.81 | 16.99 | - |
| YUV | 137.96 | 98.11 | 30.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 218 | 85 | 1.00 | 0 | 0.61 | 0.15 | 143.23 | 0.99 | 0.43 |
| Hex | 1 | DA | 55 | 64 | 0 | 3D | F | 8F | 63 | 2B |
| Octal | 1 | 332 | 125 | 144 | 0 | 75 | 17 | 217 | 143 | 53 |
| Binary | 1 | 11011010 | 1010101 | 1100100 | 0 | 111101 | 1111 | 10001111 | 1100011 | 101011 |
Color Harmonies of #01DA55
Complementary color
Monochromatic Colors of #01DA55
Black with #01DA55
Text Example
Text Example
White with #01DA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DA55; }
p { color: rgb(1,218,85); }
H1.HeaderClassName
{
color: #01DA55;
}
.AnyTagClassName
{
color: #01DA55;
}
</style>
background-color css
<style>
a { background-color: #01DA55; }
a { background-color: rgb(1,218,85); }
div.DivClassName
{
background-color: #01DA55;
}
.BgClassName
{
background-color: #01DA55;
}
</style>
border-color css
<style>
span { border-color: #01DA55; }
span { border-color: rgb(1,218,85); }
td.TdClassName
{
border-color: #01DA55;
}
.TagClassName
{
border-color: #01DA55;
}
</style>