Shades of Malachite #05FA4A
Tints of Malachite #05FA4A
RGB
CMYK
RGB Variations
Color information
#05FA4A (or 0x05FA4A) is known color: Malachite. HEX triplet: 05, FA and 4A. RGB value is (5,250,74). Sum of RGB (Red+Green+Blue) = 5+250+74=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 250 (98.05% from 255 or 75.99% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 250 - color contains mainly: green. Hex color #05FA4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05FA4A is #FA05B5. Grayscale: #9D9D9D. Windows color (decimal): -16385462 or 4913669. OLE color: 4913669.
HSL color Cylindrical-coordinate representation of color #05FA4A: hue angle of 136.9º 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 #05FA4A is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 5 | 250 | 74 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.02 |
| HSL | 136.9º | 0.96% | 0.5% | - |
| HSV(B) | 136.9º | 0.98% | 0.98% | - |
| XYZ | 35.48 | 68.9 | 17.91 | - |
| YUV | 156.68 | 81.33 | 19.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 250 | 74 | 0.98 | 0 | 0.70 | 0.02 | 136.9 | 0.96 | 0.5 |
| Hex | 5 | FA | 4A | 62 | 0 | 46 | 2 | 89 | 60 | 32 |
| Octal | 5 | 372 | 112 | 142 | 0 | 106 | 2 | 211 | 140 | 62 |
| Binary | 101 | 11111010 | 1001010 | 1100010 | 0 | 1000110 | 10 | 10001001 | 1100000 | 110010 |
Color Harmonies of #05FA4A
Complementary color
Monochromatic Colors of #05FA4A
Black with #05FA4A
Text Example
Text Example
White with #05FA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FA4A; }
p { color: rgb(5,250,74); }
H1.HeaderClassName
{
color: #05FA4A;
}
.AnyTagClassName
{
color: #05FA4A;
}
</style>
background-color css
<style>
a { background-color: #05FA4A; }
a { background-color: rgb(5,250,74); }
div.DivClassName
{
background-color: #05FA4A;
}
.BgClassName
{
background-color: #05FA4A;
}
</style>
border-color css
<style>
span { border-color: #05FA4A; }
span { border-color: rgb(5,250,74); }
td.TdClassName
{
border-color: #05FA4A;
}
.TagClassName
{
border-color: #05FA4A;
}
</style>