Shades of Malachite #01FA51
Tints of Malachite #01FA51
RGB
CMYK
RGB Variations
Color information
#01FA51 (or 0x01FA51) is known color: Malachite. HEX triplet: 01, FA and 51. RGB value is (1,250,81). Sum of RGB (Red+Green+Blue) = 1+250+81=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 250 (98.05% from 255 or 75.30% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA51 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FA51 is #FE05AE. Grayscale: #9C9C9C. Windows color (decimal): -16647599 or 5372417. OLE color: 5372417.
HSL color Cylindrical-coordinate representation of color #01FA51: hue angle of 139.28º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FA51 is Cyan = 1.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 250 | 81 | - |
| CMYK | 1.00 | 0 | 0.68 | 0.02 |
| HSL | 139.28º | 0.99% | 0.49% | - |
| HSV(B) | 139.28º | 1% | 0.98% | - |
| XYZ | 35.68 | 68.97 | 19.22 | - |
| YUV | 156.28 | 85.51 | 17.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 250 | 81 | 1.00 | 0 | 0.68 | 0.02 | 139.28 | 0.99 | 0.49 |
| Hex | 1 | FA | 51 | 64 | 0 | 44 | 2 | 8B | 63 | 31 |
| Octal | 1 | 372 | 121 | 144 | 0 | 104 | 2 | 213 | 143 | 61 |
| Binary | 1 | 11111010 | 1010001 | 1100100 | 0 | 1000100 | 10 | 10001011 | 1100011 | 110001 |
Color Harmonies of #01FA51
Complementary color
Monochromatic Colors of #01FA51
Black with #01FA51
Text Example
Text Example
White with #01FA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FA51; }
p { color: rgb(1,250,81); }
H1.HeaderClassName
{
color: #01FA51;
}
.AnyTagClassName
{
color: #01FA51;
}
</style>
background-color css
<style>
a { background-color: #01FA51; }
a { background-color: rgb(1,250,81); }
div.DivClassName
{
background-color: #01FA51;
}
.BgClassName
{
background-color: #01FA51;
}
</style>
border-color css
<style>
span { border-color: #01FA51; }
span { border-color: rgb(1,250,81); }
td.TdClassName
{
border-color: #01FA51;
}
.TagClassName
{
border-color: #01FA51;
}
</style>