Shades of Malachite #05C256
Tints of Malachite #05C256
RGB
CMYK
RGB Variations
Color information
#05C256 (or 0x05C256) is known color: Malachite. HEX triplet: 05, C2 and 56. RGB value is (5,194,86). Sum of RGB (Red+Green+Blue) = 5+194+86=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 194 (76.17% from 255 or 68.07% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 194 - color contains mainly: green. Hex color #05C256 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C256 is #FA3DA9. Grayscale: #7D7D7D. Windows color (decimal): -16399786 or 5685765. OLE color: 5685765.
HSL color Cylindrical-coordinate representation of color #05C256: hue angle of 145.71º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C256 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 194 | 86 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.24 |
| HSL | 145.71º | 0.95% | 0.39% | - |
| HSV(B) | 145.71º | 0.97% | 0.76% | - |
| XYZ | 21.03 | 39.29 | 15.28 | - |
| YUV | 125.18 | 105.88 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 194 | 86 | 0.97 | 0 | 0.56 | 0.24 | 145.71 | 0.95 | 0.39 |
| Hex | 5 | C2 | 56 | 61 | 0 | 38 | 18 | 92 | 5F | 27 |
| Octal | 5 | 302 | 126 | 141 | 0 | 70 | 30 | 222 | 137 | 47 |
| Binary | 101 | 11000010 | 1010110 | 1100001 | 0 | 111000 | 11000 | 10010010 | 1011111 | 100111 |
Color Harmonies of #05C256
Complementary color
Monochromatic Colors of #05C256
Black with #05C256
Text Example
Text Example
White with #05C256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C256; }
p { color: rgb(5,194,86); }
H1.HeaderClassName
{
color: #05C256;
}
.AnyTagClassName
{
color: #05C256;
}
</style>
background-color css
<style>
a { background-color: #05C256; }
a { background-color: rgb(5,194,86); }
div.DivClassName
{
background-color: #05C256;
}
.BgClassName
{
background-color: #05C256;
}
</style>
border-color css
<style>
span { border-color: #05C256; }
span { border-color: rgb(5,194,86); }
td.TdClassName
{
border-color: #05C256;
}
.TagClassName
{
border-color: #05C256;
}
</style>