Shades of Malachite #01FF4D
Tints of Malachite #01FF4D
RGB
CMYK
RGB Variations
Color information
#01FF4D (or 0x01FF4D) is known color: Malachite. HEX triplet: 01, FF and 4D. RGB value is (1,255,77). Sum of RGB (Red+Green+Blue) = 1+255+77=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 255 (100% from 255 or 76.58% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FF4D is #FE00B2. Grayscale: #9F9F9F. Windows color (decimal): -16646323 or 5111553. OLE color: 5111553.
HSL color Cylindrical-coordinate representation of color #01FF4D: hue angle of 137.95º 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 #01FF4D is Cyan = 1.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 77 | - |
| CMYK | 1.00 | 0 | 0.70 | 0 |
| HSL | 137.95º | 1% | 0.5% | - |
| HSV(B) | 137.95º | 1% | 1% | - |
| XYZ | 37.11 | 72.06 | 18.97 | - |
| YUV | 158.76 | 81.85 | 15.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 77 | 1.00 | 0 | 0.70 | 0 | 137.95 | 1 | 0.5 |
| Hex | 1 | FF | 4D | 64 | 0 | 46 | 0 | 8A | 64 | 32 |
| Octal | 1 | 377 | 115 | 144 | 0 | 106 | 0 | 212 | 144 | 62 |
| Binary | 1 | 11111111 | 1001101 | 1100100 | 0 | 1000110 | 0 | 10001010 | 1100100 | 110010 |
Color Harmonies of #01FF4D
Complementary color
Monochromatic Colors of #01FF4D
Black with #01FF4D
Text Example
Text Example
White with #01FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FF4D; }
p { color: rgb(1,255,77); }
H1.HeaderClassName
{
color: #01FF4D;
}
.AnyTagClassName
{
color: #01FF4D;
}
</style>
background-color css
<style>
a { background-color: #01FF4D; }
a { background-color: rgb(1,255,77); }
div.DivClassName
{
background-color: #01FF4D;
}
.BgClassName
{
background-color: #01FF4D;
}
</style>
border-color css
<style>
span { border-color: #01FF4D; }
span { border-color: rgb(1,255,77); }
td.TdClassName
{
border-color: #01FF4D;
}
.TagClassName
{
border-color: #01FF4D;
}
</style>