Shades of Malachite #05F85C
Tints of Malachite #05F85C
RGB
CMYK
RGB Variations
Color information
#05F85C (or 0x05F85C) is known color: Malachite. HEX triplet: 05, F8 and 5C. RGB value is (5,248,92). Sum of RGB (Red+Green+Blue) = 5+248+92=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 248 (97.27% from 255 or 71.88% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 248 - color contains mainly: green. Hex color #05F85C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F85C is #FA07A3. Grayscale: #9D9D9D. Windows color (decimal): -16385956 or 6092805. OLE color: 6092805.
HSL color Cylindrical-coordinate representation of color #05F85C: hue angle of 141.48º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F85C is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 5 | 248 | 92 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.03 |
| HSL | 141.48º | 0.96% | 0.5% | - |
| HSV(B) | 141.48º | 0.98% | 0.97% | - |
| XYZ | 35.56 | 67.94 | 21.36 | - |
| YUV | 157.56 | 90.99 | 19.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 248 | 92 | 0.98 | 0 | 0.63 | 0.03 | 141.48 | 0.96 | 0.5 |
| Hex | 5 | F8 | 5C | 62 | 0 | 3F | 3 | 8D | 60 | 32 |
| Octal | 5 | 370 | 134 | 142 | 0 | 77 | 3 | 215 | 140 | 62 |
| Binary | 101 | 11111000 | 1011100 | 1100010 | 0 | 111111 | 11 | 10001101 | 1100000 | 110010 |
Color Harmonies of #05F85C
Complementary color
Monochromatic Colors of #05F85C
Black with #05F85C
Text Example
Text Example
White with #05F85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F85C; }
p { color: rgb(5,248,92); }
H1.HeaderClassName
{
color: #05F85C;
}
.AnyTagClassName
{
color: #05F85C;
}
</style>
background-color css
<style>
a { background-color: #05F85C; }
a { background-color: rgb(5,248,92); }
div.DivClassName
{
background-color: #05F85C;
}
.BgClassName
{
background-color: #05F85C;
}
</style>
border-color css
<style>
span { border-color: #05F85C; }
span { border-color: rgb(5,248,92); }
td.TdClassName
{
border-color: #05F85C;
}
.TagClassName
{
border-color: #05F85C;
}
</style>