Shades of Malachite #01FF49
Tints of Malachite #01FF49
RGB
CMYK
RGB Variations
Color information
#01FF49 (or 0x01FF49) is known color: Malachite. HEX triplet: 01, FF and 49. RGB value is (1,255,73). Sum of RGB (Red+Green+Blue) = 1+255+73=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 255 (100% from 255 or 77.51% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF49 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FF49 is #FE00B6. Grayscale: #9E9E9E. Windows color (decimal): -16646327 or 4849409. OLE color: 4849409.
HSL color Cylindrical-coordinate representation of color #01FF49: hue angle of 137.01º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FF49 is Cyan = 1.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 73 | - |
| CMYK | 1.00 | 0 | 0.71 | 0 |
| HSL | 137.01º | 1% | 0.5% | - |
| HSV(B) | 137.01º | 1% | 1% | - |
| XYZ | 36.98 | 72.01 | 18.25 | - |
| YUV | 158.31 | 79.85 | 15.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 73 | 1.00 | 0 | 0.71 | 0 | 137.01 | 1 | 0.5 |
| Hex | 1 | FF | 49 | 64 | 0 | 47 | 0 | 89 | 64 | 32 |
| Octal | 1 | 377 | 111 | 144 | 0 | 107 | 0 | 211 | 144 | 62 |
| Binary | 1 | 11111111 | 1001001 | 1100100 | 0 | 1000111 | 0 | 10001001 | 1100100 | 110010 |
Color Harmonies of #01FF49
Complementary color
Monochromatic Colors of #01FF49
Black with #01FF49
Text Example
Text Example
White with #01FF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FF49; }
p { color: rgb(1,255,73); }
H1.HeaderClassName
{
color: #01FF49;
}
.AnyTagClassName
{
color: #01FF49;
}
</style>
background-color css
<style>
a { background-color: #01FF49; }
a { background-color: rgb(1,255,73); }
div.DivClassName
{
background-color: #01FF49;
}
.BgClassName
{
background-color: #01FF49;
}
</style>
border-color css
<style>
span { border-color: #01FF49; }
span { border-color: rgb(1,255,73); }
td.TdClassName
{
border-color: #01FF49;
}
.TagClassName
{
border-color: #01FF49;
}
</style>