Shades of Malachite #01FC42
Tints of Malachite #01FC42
RGB
CMYK
RGB Variations
Color information
#01FC42 (or 0x01FC42) is known color: Malachite. HEX triplet: 01, FC and 42. RGB value is (1,252,66). Sum of RGB (Red+Green+Blue) = 1+252+66=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 252 (98.83% from 255 or 79.00% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 252 - color contains mainly: green. Hex color #01FC42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FC42 is #FE03BD. Grayscale: #9C9C9C. Windows color (decimal): -16647102 or 4389889. OLE color: 4389889.
HSL color Cylindrical-coordinate representation of color #01FC42: hue angle of 135.54º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FC42 is Cyan = 1.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 252 | 66 | - |
| CMYK | 1.00 | 0 | 0.74 | 0.01 |
| HSL | 135.54º | 0.99% | 0.5% | - |
| HSV(B) | 135.54º | 1% | 0.99% | - |
| XYZ | 35.81 | 70.02 | 16.78 | - |
| YUV | 155.75 | 77.34 | 17.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 252 | 66 | 1.00 | 0 | 0.74 | 0.01 | 135.54 | 0.99 | 0.5 |
| Hex | 1 | FC | 42 | 64 | 0 | 4A | 1 | 88 | 63 | 32 |
| Octal | 1 | 374 | 102 | 144 | 0 | 112 | 1 | 210 | 143 | 62 |
| Binary | 1 | 11111100 | 1000010 | 1100100 | 0 | 1001010 | 1 | 10001000 | 1100011 | 110010 |
Color Harmonies of #01FC42
Complementary color
Monochromatic Colors of #01FC42
Black with #01FC42
Text Example
Text Example
White with #01FC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FC42; }
p { color: rgb(1,252,66); }
H1.HeaderClassName
{
color: #01FC42;
}
.AnyTagClassName
{
color: #01FC42;
}
</style>
background-color css
<style>
a { background-color: #01FC42; }
a { background-color: rgb(1,252,66); }
div.DivClassName
{
background-color: #01FC42;
}
.BgClassName
{
background-color: #01FC42;
}
</style>
border-color css
<style>
span { border-color: #01FC42; }
span { border-color: rgb(1,252,66); }
td.TdClassName
{
border-color: #01FC42;
}
.TagClassName
{
border-color: #01FC42;
}
</style>