Shades of Malachite #05F04A
Tints of Malachite #05F04A
RGB
CMYK
RGB Variations
Color information
#05F04A (or 0x05F04A) is known color: Malachite. HEX triplet: 05, F0 and 4A. RGB value is (5,240,74). Sum of RGB (Red+Green+Blue) = 5+240+74=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 240 (94.14% from 255 or 75.24% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 240 - color contains mainly: green. Hex color #05F04A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05F04A is #FA0FB5. Grayscale: #979797. Windows color (decimal): -16388022 or 4911109. OLE color: 4911109.
HSL color Cylindrical-coordinate representation of color #05F04A: hue angle of 137.62º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F04A is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 240 | 74 | - |
| CMYK | 0.98 | 0 | 0.69 | 0.06 |
| HSL | 137.62º | 0.96% | 0.48% | - |
| HSV(B) | 137.62º | 0.98% | 0.94% | - |
| XYZ | 32.46 | 62.85 | 16.9 | - |
| YUV | 150.81 | 84.64 | 24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 240 | 74 | 0.98 | 0 | 0.69 | 0.06 | 137.62 | 0.96 | 0.48 |
| Hex | 5 | F0 | 4A | 62 | 0 | 45 | 6 | 8A | 60 | 30 |
| Octal | 5 | 360 | 112 | 142 | 0 | 105 | 6 | 212 | 140 | 60 |
| Binary | 101 | 11110000 | 1001010 | 1100010 | 0 | 1000101 | 110 | 10001010 | 1100000 | 110000 |
Color Harmonies of #05F04A
Complementary color
Monochromatic Colors of #05F04A
Black with #05F04A
Text Example
Text Example
White with #05F04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F04A; }
p { color: rgb(5,240,74); }
H1.HeaderClassName
{
color: #05F04A;
}
.AnyTagClassName
{
color: #05F04A;
}
</style>
background-color css
<style>
a { background-color: #05F04A; }
a { background-color: rgb(5,240,74); }
div.DivClassName
{
background-color: #05F04A;
}
.BgClassName
{
background-color: #05F04A;
}
</style>
border-color css
<style>
span { border-color: #05F04A; }
span { border-color: rgb(5,240,74); }
td.TdClassName
{
border-color: #05F04A;
}
.TagClassName
{
border-color: #05F04A;
}
</style>