Shades of Malachite #05F740
Tints of Malachite #05F740
RGB
CMYK
RGB Variations
Color information
#05F740 (or 0x05F740) is known color: Malachite. HEX triplet: 05, F7 and 40. RGB value is (5,247,64). Sum of RGB (Red+Green+Blue) = 5+247+64=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 247 (96.88% from 255 or 78.16% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 247 - color contains mainly: green. Hex color #05F740 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05F740 is #FA08BF. Grayscale: #9A9A9A. Windows color (decimal): -16386240 or 4257541. OLE color: 4257541.
HSL color Cylindrical-coordinate representation of color #05F740: hue angle of 134.63º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F740 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 247 | 64 | - |
| CMYK | 0.98 | 0 | 0.74 | 0.03 |
| HSL | 134.63º | 0.96% | 0.49% | - |
| HSV(B) | 134.63º | 0.98% | 0.97% | - |
| XYZ | 34.25 | 66.92 | 15.96 | - |
| YUV | 153.78 | 77.33 | 21.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 247 | 64 | 0.98 | 0 | 0.74 | 0.03 | 134.63 | 0.96 | 0.49 |
| Hex | 5 | F7 | 40 | 62 | 0 | 4A | 3 | 87 | 60 | 31 |
| Octal | 5 | 367 | 100 | 142 | 0 | 112 | 3 | 207 | 140 | 61 |
| Binary | 101 | 11110111 | 1000000 | 1100010 | 0 | 1001010 | 11 | 10000111 | 1100000 | 110001 |
Color Harmonies of #05F740
Complementary color
Monochromatic Colors of #05F740
Black with #05F740
Text Example
Text Example
White with #05F740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F740; }
p { color: rgb(5,247,64); }
H1.HeaderClassName
{
color: #05F740;
}
.AnyTagClassName
{
color: #05F740;
}
</style>
background-color css
<style>
a { background-color: #05F740; }
a { background-color: rgb(5,247,64); }
div.DivClassName
{
background-color: #05F740;
}
.BgClassName
{
background-color: #05F740;
}
</style>
border-color css
<style>
span { border-color: #05F740; }
span { border-color: rgb(5,247,64); }
td.TdClassName
{
border-color: #05F740;
}
.TagClassName
{
border-color: #05F740;
}
</style>