Shades of Malachite #05C55F
Tints of Malachite #05C55F
RGB
CMYK
RGB Variations
Color information
#05C55F (or 0x05C55F) is known color: Malachite. HEX triplet: 05, C5 and 5F. RGB value is (5,197,95). Sum of RGB (Red+Green+Blue) = 5+197+95=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 197 (77.34% from 255 or 66.33% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 197 - color contains mainly: green. Hex color #05C55F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C55F is #FA3AA0. Grayscale: #808080. Windows color (decimal): -16399009 or 6276357. OLE color: 6276357.
HSL color Cylindrical-coordinate representation of color #05C55F: hue angle of 148.12º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C55F is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 5 | 197 | 95 | - |
| CMYK | 0.97 | 0 | 0.52 | 0.23 |
| HSL | 148.13º | 0.95% | 0.4% | - |
| HSV(B) | 148.13º | 0.97% | 0.77% | - |
| XYZ | 22.09 | 40.79 | 17.54 | - |
| YUV | 127.96 | 109.39 | 40.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 197 | 95 | 0.97 | 0 | 0.52 | 0.23 | 148.13 | 0.95 | 0.4 |
| Hex | 5 | C5 | 5F | 61 | 0 | 34 | 17 | 94 | 5F | 28 |
| Octal | 5 | 305 | 137 | 141 | 0 | 64 | 27 | 224 | 137 | 50 |
| Binary | 101 | 11000101 | 1011111 | 1100001 | 0 | 110100 | 10111 | 10010100 | 1011111 | 101000 |
Color Harmonies of #05C55F
Complementary color
Monochromatic Colors of #05C55F
Black with #05C55F
Text Example
Text Example
White with #05C55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C55F; }
p { color: rgb(5,197,95); }
H1.HeaderClassName
{
color: #05C55F;
}
.AnyTagClassName
{
color: #05C55F;
}
</style>
background-color css
<style>
a { background-color: #05C55F; }
a { background-color: rgb(5,197,95); }
div.DivClassName
{
background-color: #05C55F;
}
.BgClassName
{
background-color: #05C55F;
}
</style>
border-color css
<style>
span { border-color: #05C55F; }
span { border-color: rgb(5,197,95); }
td.TdClassName
{
border-color: #05C55F;
}
.TagClassName
{
border-color: #05C55F;
}
</style>