Shades of Malachite #01F552
Tints of Malachite #01F552
RGB
CMYK
RGB Variations
Color information
#01F552 (or 0x01F552) is known color: Malachite. HEX triplet: 01, F5 and 52. RGB value is (1,245,82). Sum of RGB (Red+Green+Blue) = 1+245+82=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 245 (96.09% from 255 or 74.70% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 245 - color contains mainly: green. Hex color #01F552 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F552 is #FE0AAD. Grayscale: #999999. Windows color (decimal): -16648878 or 5436673. OLE color: 5436673.
HSL color Cylindrical-coordinate representation of color #01F552: hue angle of 139.92º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F552 is Cyan = 1.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 245 | 82 | - |
| CMYK | 1.00 | 0 | 0.67 | 0.04 |
| HSL | 139.92º | 0.99% | 0.48% | - |
| HSV(B) | 139.92º | 1% | 0.96% | - |
| XYZ | 34.19 | 65.92 | 18.9 | - |
| YUV | 153.46 | 87.66 | 19.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 245 | 82 | 1.00 | 0 | 0.67 | 0.04 | 139.92 | 0.99 | 0.48 |
| Hex | 1 | F5 | 52 | 64 | 0 | 43 | 4 | 8C | 63 | 30 |
| Octal | 1 | 365 | 122 | 144 | 0 | 103 | 4 | 214 | 143 | 60 |
| Binary | 1 | 11110101 | 1010010 | 1100100 | 0 | 1000011 | 100 | 10001100 | 1100011 | 110000 |
Color Harmonies of #01F552
Complementary color
Monochromatic Colors of #01F552
Black with #01F552
Text Example
Text Example
White with #01F552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F552; }
p { color: rgb(1,245,82); }
H1.HeaderClassName
{
color: #01F552;
}
.AnyTagClassName
{
color: #01F552;
}
</style>
background-color css
<style>
a { background-color: #01F552; }
a { background-color: rgb(1,245,82); }
div.DivClassName
{
background-color: #01F552;
}
.BgClassName
{
background-color: #01F552;
}
</style>
border-color css
<style>
span { border-color: #01F552; }
span { border-color: rgb(1,245,82); }
td.TdClassName
{
border-color: #01F552;
}
.TagClassName
{
border-color: #01F552;
}
</style>