Shades of Malachite #05C764
Tints of Malachite #05C764
RGB
CMYK
RGB Variations
Color information
#05C764 (or 0x05C764) is known color: Malachite. HEX triplet: 05, C7 and 64. RGB value is (5,199,100). Sum of RGB (Red+Green+Blue) = 5+199+100=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 199 (78.12% from 255 or 65.46% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 199 - color contains mainly: green. Hex color #05C764 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C764 is #FA389B. Grayscale: #818181. Windows color (decimal): -16398492 or 6604549. OLE color: 6604549.
HSL color Cylindrical-coordinate representation of color #05C764: hue angle of 149.38º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C764 is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 199 | 100 | - |
| CMYK | 0.97 | 0 | 0.50 | 0.22 |
| HSL | 149.38º | 0.95% | 0.4% | - |
| HSV(B) | 149.38º | 0.97% | 0.78% | - |
| XYZ | 22.79 | 41.8 | 18.92 | - |
| YUV | 129.71 | 111.23 | 39.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 199 | 100 | 0.97 | 0 | 0.50 | 0.22 | 149.38 | 0.95 | 0.4 |
| Hex | 5 | C7 | 64 | 61 | 0 | 32 | 16 | 95 | 5F | 28 |
| Octal | 5 | 307 | 144 | 141 | 0 | 62 | 26 | 225 | 137 | 50 |
| Binary | 101 | 11000111 | 1100100 | 1100001 | 0 | 110010 | 10110 | 10010101 | 1011111 | 101000 |
Color Harmonies of #05C764
Complementary color
Monochromatic Colors of #05C764
Black with #05C764
Text Example
Text Example
White with #05C764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C764; }
p { color: rgb(5,199,100); }
H1.HeaderClassName
{
color: #05C764;
}
.AnyTagClassName
{
color: #05C764;
}
</style>
background-color css
<style>
a { background-color: #05C764; }
a { background-color: rgb(5,199,100); }
div.DivClassName
{
background-color: #05C764;
}
.BgClassName
{
background-color: #05C764;
}
</style>
border-color css
<style>
span { border-color: #05C764; }
span { border-color: rgb(5,199,100); }
td.TdClassName
{
border-color: #05C764;
}
.TagClassName
{
border-color: #05C764;
}
</style>