Shades of Malachite #01FD3C
Tints of Malachite #01FD3C
RGB
CMYK
RGB Variations
Color information
#01FD3C (or 0x01FD3C) is known color: Malachite. HEX triplet: 01, FD and 3C. RGB value is (1,253,60). Sum of RGB (Red+Green+Blue) = 1+253+60=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 253 (99.22% from 255 or 80.57% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 253 - color contains mainly: green. Hex color #01FD3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FD3C is #FE02C3. Grayscale: #9C9C9C. Windows color (decimal): -16646852 or 3996929. OLE color: 3996929.
HSL color Cylindrical-coordinate representation of color #01FD3C: hue angle of 134.05º 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 #01FD3C is Cyan = 1.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 253 | 60 | - |
| CMYK | 1.00 | 0 | 0.76 | 0.01 |
| HSL | 134.05º | 0.99% | 0.5% | - |
| HSV(B) | 134.05º | 1% | 0.99% | - |
| XYZ | 35.95 | 70.58 | 16 | - |
| YUV | 155.65 | 74.01 | 17.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 253 | 60 | 1.00 | 0 | 0.76 | 0.01 | 134.05 | 0.99 | 0.5 |
| Hex | 1 | FD | 3C | 64 | 0 | 4C | 1 | 86 | 63 | 32 |
| Octal | 1 | 375 | 74 | 144 | 0 | 114 | 1 | 206 | 143 | 62 |
| Binary | 1 | 11111101 | 111100 | 1100100 | 0 | 1001100 | 1 | 10000110 | 1100011 | 110010 |
Color Harmonies of #01FD3C
Complementary color
Monochromatic Colors of #01FD3C
Black with #01FD3C
Text Example
Text Example
White with #01FD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FD3C; }
p { color: rgb(1,253,60); }
H1.HeaderClassName
{
color: #01FD3C;
}
.AnyTagClassName
{
color: #01FD3C;
}
</style>
background-color css
<style>
a { background-color: #01FD3C; }
a { background-color: rgb(1,253,60); }
div.DivClassName
{
background-color: #01FD3C;
}
.BgClassName
{
background-color: #01FD3C;
}
</style>
border-color css
<style>
span { border-color: #01FD3C; }
span { border-color: rgb(1,253,60); }
td.TdClassName
{
border-color: #01FD3C;
}
.TagClassName
{
border-color: #01FD3C;
}
</style>