Shades of Malachite #01FE41
Tints of Malachite #01FE41
RGB
CMYK
RGB Variations
Color information
#01FE41 (or 0x01FE41) is known color: Malachite. HEX triplet: 01, FE and 41. RGB value is (1,254,65). Sum of RGB (Red+Green+Blue) = 1+254+65=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 254 (99.61% from 255 or 79.38% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 254 - color contains mainly: green. Hex color #01FE41 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FE41 is #FE01BE. Grayscale: #9D9D9D. Windows color (decimal): -16646591 or 4324865. OLE color: 4324865.
HSL color Cylindrical-coordinate representation of color #01FE41: hue angle of 135.18º 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 #01FE41 is Cyan = 1.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 254 | 65 | - |
| CMYK | 1.00 | 0 | 0.74 | 0.00 |
| HSL | 135.18º | 0.99% | 0.5% | - |
| HSV(B) | 135.18º | 1% | 1% | - |
| XYZ | 36.41 | 71.27 | 16.84 | - |
| YUV | 156.81 | 76.18 | 16.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 65 | 1.00 | 0 | 0.74 | 0.00 | 135.18 | 0.99 | 0.5 |
| Hex | 1 | FE | 41 | 64 | 0 | 4A | 0 | 87 | 63 | 32 |
| Octal | 1 | 376 | 101 | 144 | 0 | 112 | 0 | 207 | 143 | 62 |
| Binary | 1 | 11111110 | 1000001 | 1100100 | 0 | 1001010 | 0 | 10000111 | 1100011 | 110010 |
Color Harmonies of #01FE41
Complementary color
Monochromatic Colors of #01FE41
Black with #01FE41
Text Example
Text Example
White with #01FE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FE41; }
p { color: rgb(1,254,65); }
H1.HeaderClassName
{
color: #01FE41;
}
.AnyTagClassName
{
color: #01FE41;
}
</style>
background-color css
<style>
a { background-color: #01FE41; }
a { background-color: rgb(1,254,65); }
div.DivClassName
{
background-color: #01FE41;
}
.BgClassName
{
background-color: #01FE41;
}
</style>
border-color css
<style>
span { border-color: #01FE41; }
span { border-color: rgb(1,254,65); }
td.TdClassName
{
border-color: #01FE41;
}
.TagClassName
{
border-color: #01FE41;
}
</style>