Shades of Malachite #01FF3F
Tints of Malachite #01FF3F
RGB
CMYK
RGB Variations
Color information
#01FF3F (or 0x01FF3F) is known color: Malachite. HEX triplet: 01, FF and 3F. RGB value is (1,255,63). Sum of RGB (Red+Green+Blue) = 1+255+63=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 255 (100% from 255 or 79.94% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF3F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FF3F is #FE00C0. Grayscale: #9D9D9D. Windows color (decimal): -16646337 or 4194049. OLE color: 4194049.
HSL color Cylindrical-coordinate representation of color #01FF3F: hue angle of 134.65º 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 #01FF3F is Cyan = 1.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 63 | - |
| CMYK | 1.00 | 0 | 0.75 | 0 |
| HSL | 134.65º | 1% | 0.5% | - |
| HSV(B) | 134.65º | 1% | 1% | - |
| XYZ | 36.67 | 71.89 | 16.65 | - |
| YUV | 157.17 | 74.85 | 16.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 63 | 1.00 | 0 | 0.75 | 0 | 134.65 | 1 | 0.5 |
| Hex | 1 | FF | 3F | 64 | 0 | 4B | 0 | 87 | 64 | 32 |
| Octal | 1 | 377 | 77 | 144 | 0 | 113 | 0 | 207 | 144 | 62 |
| Binary | 1 | 11111111 | 111111 | 1100100 | 0 | 1001011 | 0 | 10000111 | 1100100 | 110010 |
Color Harmonies of #01FF3F
Complementary color
Monochromatic Colors of #01FF3F
Black with #01FF3F
Text Example
Text Example
White with #01FF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FF3F; }
p { color: rgb(1,255,63); }
H1.HeaderClassName
{
color: #01FF3F;
}
.AnyTagClassName
{
color: #01FF3F;
}
</style>
background-color css
<style>
a { background-color: #01FF3F; }
a { background-color: rgb(1,255,63); }
div.DivClassName
{
background-color: #01FF3F;
}
.BgClassName
{
background-color: #01FF3F;
}
</style>
border-color css
<style>
span { border-color: #01FF3F; }
span { border-color: rgb(1,255,63); }
td.TdClassName
{
border-color: #01FF3F;
}
.TagClassName
{
border-color: #01FF3F;
}
</style>