Shades of Malachite #05CC49
Tints of Malachite #05CC49
RGB
CMYK
RGB Variations
Color information
#05CC49 (or 0x05CC49) is known color: Malachite. HEX triplet: 05, CC and 49. RGB value is (5,204,73). Sum of RGB (Red+Green+Blue) = 5+204+73=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 204 (80.08% from 255 or 72.34% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 204 - color contains mainly: green. Hex color #05CC49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CC49 is #FA33B6. Grayscale: #818181. Windows color (decimal): -16397239 or 4836357. OLE color: 4836357.
HSL color Cylindrical-coordinate representation of color #05CC49: hue angle of 140.5º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CC49 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 204 | 73 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.2 |
| HSL | 140.5º | 0.95% | 0.41% | - |
| HSV(B) | 140.5º | 0.98% | 0.8% | - |
| XYZ | 22.86 | 43.7 | 13.53 | - |
| YUV | 129.57 | 96.07 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 204 | 73 | 0.98 | 0 | 0.64 | 0.2 | 140.5 | 0.95 | 0.41 |
| Hex | 5 | CC | 49 | 62 | 0 | 40 | 14 | 8D | 5F | 29 |
| Octal | 5 | 314 | 111 | 142 | 0 | 100 | 24 | 215 | 137 | 51 |
| Binary | 101 | 11001100 | 1001001 | 1100010 | 0 | 1000000 | 10100 | 10001101 | 1011111 | 101001 |
Color Harmonies of #05CC49
Complementary color
Monochromatic Colors of #05CC49
Black with #05CC49
Text Example
Text Example
White with #05CC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CC49; }
p { color: rgb(5,204,73); }
H1.HeaderClassName
{
color: #05CC49;
}
.AnyTagClassName
{
color: #05CC49;
}
</style>
background-color css
<style>
a { background-color: #05CC49; }
a { background-color: rgb(5,204,73); }
div.DivClassName
{
background-color: #05CC49;
}
.BgClassName
{
background-color: #05CC49;
}
</style>
border-color css
<style>
span { border-color: #05CC49; }
span { border-color: rgb(5,204,73); }
td.TdClassName
{
border-color: #05CC49;
}
.TagClassName
{
border-color: #05CC49;
}
</style>