Shades of Malachite #01FB56
Tints of Malachite #01FB56
RGB
CMYK
RGB Variations
Color information
#01FB56 (or 0x01FB56) is known color: Malachite. HEX triplet: 01, FB and 56. RGB value is (1,251,86). Sum of RGB (Red+Green+Blue) = 1+251+86=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 251 (98.44% from 255 or 74.26% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 251 - color contains mainly: green. Hex color #01FB56 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FB56 is #FE04A9. Grayscale: #9D9D9D. Windows color (decimal): -16647338 or 5700353. OLE color: 5700353.
HSL color Cylindrical-coordinate representation of color #01FB56: hue angle of 140.4º 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 #01FB56 is Cyan = 1.00, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 251 | 86 | - |
| CMYK | 1.00 | 0 | 0.66 | 0.02 |
| HSL | 140.4º | 0.99% | 0.49% | - |
| HSV(B) | 140.4º | 1% | 0.98% | - |
| XYZ | 36.19 | 69.67 | 20.34 | - |
| YUV | 157.44 | 87.68 | 16.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 251 | 86 | 1.00 | 0 | 0.66 | 0.02 | 140.4 | 0.99 | 0.49 |
| Hex | 1 | FB | 56 | 64 | 0 | 42 | 2 | 8C | 63 | 31 |
| Octal | 1 | 373 | 126 | 144 | 0 | 102 | 2 | 214 | 143 | 61 |
| Binary | 1 | 11111011 | 1010110 | 1100100 | 0 | 1000010 | 10 | 10001100 | 1100011 | 110001 |
Color Harmonies of #01FB56
Complementary color
Monochromatic Colors of #01FB56
Black with #01FB56
Text Example
Text Example
White with #01FB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FB56; }
p { color: rgb(1,251,86); }
H1.HeaderClassName
{
color: #01FB56;
}
.AnyTagClassName
{
color: #01FB56;
}
</style>
background-color css
<style>
a { background-color: #01FB56; }
a { background-color: rgb(1,251,86); }
div.DivClassName
{
background-color: #01FB56;
}
.BgClassName
{
background-color: #01FB56;
}
</style>
border-color css
<style>
span { border-color: #01FB56; }
span { border-color: rgb(1,251,86); }
td.TdClassName
{
border-color: #01FB56;
}
.TagClassName
{
border-color: #01FB56;
}
</style>