Shades of Malachite #01F653
Tints of Malachite #01F653
RGB
CMYK
RGB Variations
Color information
#01F653 (or 0x01F653) is known color: Malachite. HEX triplet: 01, F6 and 53. RGB value is (1,246,83). Sum of RGB (Red+Green+Blue) = 1+246+83=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 246 (96.48% from 255 or 74.55% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 246 - color contains mainly: green. Hex color #01F653 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F653 is #FE09AC. Grayscale: #9A9A9A. Windows color (decimal): -16648621 or 5502465. OLE color: 5502465.
HSL color Cylindrical-coordinate representation of color #01F653: hue angle of 140.08º 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 #01F653 is Cyan = 1.00, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 246 | 83 | - |
| CMYK | 1.00 | 0 | 0.66 | 0.04 |
| HSL | 140.08º | 0.99% | 0.48% | - |
| HSV(B) | 140.08º | 1% | 0.96% | - |
| XYZ | 34.53 | 66.54 | 19.21 | - |
| YUV | 154.16 | 87.83 | 18.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 246 | 83 | 1.00 | 0 | 0.66 | 0.04 | 140.08 | 0.99 | 0.48 |
| Hex | 1 | F6 | 53 | 64 | 0 | 42 | 4 | 8C | 63 | 30 |
| Octal | 1 | 366 | 123 | 144 | 0 | 102 | 4 | 214 | 143 | 60 |
| Binary | 1 | 11110110 | 1010011 | 1100100 | 0 | 1000010 | 100 | 10001100 | 1100011 | 110000 |
Color Harmonies of #01F653
Complementary color
Monochromatic Colors of #01F653
Black with #01F653
Text Example
Text Example
White with #01F653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F653; }
p { color: rgb(1,246,83); }
H1.HeaderClassName
{
color: #01F653;
}
.AnyTagClassName
{
color: #01F653;
}
</style>
background-color css
<style>
a { background-color: #01F653; }
a { background-color: rgb(1,246,83); }
div.DivClassName
{
background-color: #01F653;
}
.BgClassName
{
background-color: #01F653;
}
</style>
border-color css
<style>
span { border-color: #01F653; }
span { border-color: rgb(1,246,83); }
td.TdClassName
{
border-color: #01F653;
}
.TagClassName
{
border-color: #01F653;
}
</style>