Shades of Malachite #01FE49
Tints of Malachite #01FE49
RGB
CMYK
RGB Variations
Color information
#01FE49 (or 0x01FE49) is known color: Malachite. HEX triplet: 01, FE and 49. RGB value is (1,254,73). Sum of RGB (Red+Green+Blue) = 1+254+73=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 254 (99.61% from 255 or 77.44% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 254 - color contains mainly: green. Hex color #01FE49 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FE49 is #FE01B6. Grayscale: #9E9E9E. Windows color (decimal): -16646583 or 4849153. OLE color: 4849153.
HSL color Cylindrical-coordinate representation of color #01FE49: hue angle of 137.08º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FE49 is Cyan = 1.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 254 | 73 | - |
| CMYK | 1.00 | 0 | 0.71 | 0.00 |
| HSL | 137.08º | 0.99% | 0.5% | - |
| HSV(B) | 137.08º | 1% | 1% | - |
| XYZ | 36.66 | 71.37 | 18.15 | - |
| YUV | 157.72 | 80.18 | 16.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 73 | 1.00 | 0 | 0.71 | 0.00 | 137.08 | 0.99 | 0.5 |
| Hex | 1 | FE | 49 | 64 | 0 | 47 | 0 | 89 | 63 | 32 |
| Octal | 1 | 376 | 111 | 144 | 0 | 107 | 0 | 211 | 143 | 62 |
| Binary | 1 | 11111110 | 1001001 | 1100100 | 0 | 1000111 | 0 | 10001001 | 1100011 | 110010 |
Color Harmonies of #01FE49
Complementary color
Monochromatic Colors of #01FE49
Black with #01FE49
Text Example
Text Example
White with #01FE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FE49; }
p { color: rgb(1,254,73); }
H1.HeaderClassName
{
color: #01FE49;
}
.AnyTagClassName
{
color: #01FE49;
}
</style>
background-color css
<style>
a { background-color: #01FE49; }
a { background-color: rgb(1,254,73); }
div.DivClassName
{
background-color: #01FE49;
}
.BgClassName
{
background-color: #01FE49;
}
</style>
border-color css
<style>
span { border-color: #01FE49; }
span { border-color: rgb(1,254,73); }
td.TdClassName
{
border-color: #01FE49;
}
.TagClassName
{
border-color: #01FE49;
}
</style>