Shades of Malachite #05F557
Tints of Malachite #05F557
RGB
CMYK
RGB Variations
Color information
#05F557 (or 0x05F557) is known color: Malachite. HEX triplet: 05, F5 and 57. RGB value is (5,245,87). Sum of RGB (Red+Green+Blue) = 5+245+87=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 245 (96.09% from 255 or 72.70% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 245 - color contains mainly: green. Hex color #05F557 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F557 is #FA0AA8. Grayscale: #9B9B9B. Windows color (decimal): -16386729 or 5764357. OLE color: 5764357.
HSL color Cylindrical-coordinate representation of color #05F557: hue angle of 140.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F557 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 245 | 87 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.04 |
| HSL | 140.5º | 0.96% | 0.49% | - |
| HSV(B) | 140.5º | 0.98% | 0.96% | - |
| XYZ | 34.44 | 66.03 | 19.95 | - |
| YUV | 155.23 | 89.49 | 20.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 245 | 87 | 0.98 | 0 | 0.64 | 0.04 | 140.5 | 0.96 | 0.49 |
| Hex | 5 | F5 | 57 | 62 | 0 | 40 | 4 | 8C | 60 | 31 |
| Octal | 5 | 365 | 127 | 142 | 0 | 100 | 4 | 214 | 140 | 61 |
| Binary | 101 | 11110101 | 1010111 | 1100010 | 0 | 1000000 | 100 | 10001100 | 1100000 | 110001 |
Color Harmonies of #05F557
Complementary color
Monochromatic Colors of #05F557
Black with #05F557
Text Example
Text Example
White with #05F557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F557; }
p { color: rgb(5,245,87); }
H1.HeaderClassName
{
color: #05F557;
}
.AnyTagClassName
{
color: #05F557;
}
</style>
background-color css
<style>
a { background-color: #05F557; }
a { background-color: rgb(5,245,87); }
div.DivClassName
{
background-color: #05F557;
}
.BgClassName
{
background-color: #05F557;
}
</style>
border-color css
<style>
span { border-color: #05F557; }
span { border-color: rgb(5,245,87); }
td.TdClassName
{
border-color: #05F557;
}
.TagClassName
{
border-color: #05F557;
}
</style>