Shades of Malachite #05FA3C
Tints of Malachite #05FA3C
RGB
CMYK
RGB Variations
Color information
#05FA3C (or 0x05FA3C) is known color: Malachite. HEX triplet: 05, FA and 3C. RGB value is (5,250,60). Sum of RGB (Red+Green+Blue) = 5+250+60=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 250 (98.05% from 255 or 79.37% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 250 - color contains mainly: green. Hex color #05FA3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05FA3C is #FA05C3. Grayscale: #9B9B9B. Windows color (decimal): -16385476 or 3996165. OLE color: 3996165.
HSL color Cylindrical-coordinate representation of color #05FA3C: hue angle of 133.47º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FA3C is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 250 | 60 | - |
| CMYK | 0.98 | 0 | 0.76 | 0.02 |
| HSL | 133.47º | 0.96% | 0.5% | - |
| HSV(B) | 133.47º | 0.98% | 0.98% | - |
| XYZ | 35.06 | 68.73 | 15.69 | - |
| YUV | 155.09 | 74.33 | 20.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 250 | 60 | 0.98 | 0 | 0.76 | 0.02 | 133.47 | 0.96 | 0.5 |
| Hex | 5 | FA | 3C | 62 | 0 | 4C | 2 | 85 | 60 | 32 |
| Octal | 5 | 372 | 74 | 142 | 0 | 114 | 2 | 205 | 140 | 62 |
| Binary | 101 | 11111010 | 111100 | 1100010 | 0 | 1001100 | 10 | 10000101 | 1100000 | 110010 |
Color Harmonies of #05FA3C
Complementary color
Monochromatic Colors of #05FA3C
Black with #05FA3C
Text Example
Text Example
White with #05FA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FA3C; }
p { color: rgb(5,250,60); }
H1.HeaderClassName
{
color: #05FA3C;
}
.AnyTagClassName
{
color: #05FA3C;
}
</style>
background-color css
<style>
a { background-color: #05FA3C; }
a { background-color: rgb(5,250,60); }
div.DivClassName
{
background-color: #05FA3C;
}
.BgClassName
{
background-color: #05FA3C;
}
</style>
border-color css
<style>
span { border-color: #05FA3C; }
span { border-color: rgb(5,250,60); }
td.TdClassName
{
border-color: #05FA3C;
}
.TagClassName
{
border-color: #05FA3C;
}
</style>