Shades of Malachite #05F051
Tints of Malachite #05F051
RGB
CMYK
RGB Variations
Color information
#05F051 (or 0x05F051) is known color: Malachite. HEX triplet: 05, F0 and 51. RGB value is (5,240,81). Sum of RGB (Red+Green+Blue) = 5+240+81=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 240 (94.14% from 255 or 73.62% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 240 - color contains mainly: green. Hex color #05F051 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F051 is #FA0FAE. Grayscale: #989898. Windows color (decimal): -16388015 or 5369861. OLE color: 5369861.
HSL color Cylindrical-coordinate representation of color #05F051: hue angle of 139.4º 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 #05F051 is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 240 | 81 | - |
| CMYK | 0.98 | 0 | 0.66 | 0.06 |
| HSL | 139.4º | 0.96% | 0.48% | - |
| HSV(B) | 139.4º | 0.98% | 0.94% | - |
| XYZ | 32.71 | 62.95 | 18.21 | - |
| YUV | 151.61 | 88.14 | 23.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 240 | 81 | 0.98 | 0 | 0.66 | 0.06 | 139.4 | 0.96 | 0.48 |
| Hex | 5 | F0 | 51 | 62 | 0 | 42 | 6 | 8B | 60 | 30 |
| Octal | 5 | 360 | 121 | 142 | 0 | 102 | 6 | 213 | 140 | 60 |
| Binary | 101 | 11110000 | 1010001 | 1100010 | 0 | 1000010 | 110 | 10001011 | 1100000 | 110000 |
Color Harmonies of #05F051
Complementary color
Monochromatic Colors of #05F051
Black with #05F051
Text Example
Text Example
White with #05F051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F051; }
p { color: rgb(5,240,81); }
H1.HeaderClassName
{
color: #05F051;
}
.AnyTagClassName
{
color: #05F051;
}
</style>
background-color css
<style>
a { background-color: #05F051; }
a { background-color: rgb(5,240,81); }
div.DivClassName
{
background-color: #05F051;
}
.BgClassName
{
background-color: #05F051;
}
</style>
border-color css
<style>
span { border-color: #05F051; }
span { border-color: rgb(5,240,81); }
td.TdClassName
{
border-color: #05F051;
}
.TagClassName
{
border-color: #05F051;
}
</style>