Shades of Malachite #05CB55
Tints of Malachite #05CB55
RGB
CMYK
RGB Variations
Color information
#05CB55 (or 0x05CB55) is known color: Malachite. HEX triplet: 05, CB and 55. RGB value is (5,203,85). Sum of RGB (Red+Green+Blue) = 5+203+85=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 203 (79.69% from 255 or 69.28% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 203 - color contains mainly: green. Hex color #05CB55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CB55 is #FA34AA. Grayscale: #828282. Windows color (decimal): -16397483 or 5622533. OLE color: 5622533.
HSL color Cylindrical-coordinate representation of color #05CB55: hue angle of 144.24º 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 #05CB55 is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 203 | 85 | - |
| CMYK | 0.98 | 0 | 0.58 | 0.20 |
| HSL | 144.24º | 0.95% | 0.41% | - |
| HSV(B) | 144.24º | 0.98% | 0.8% | - |
| XYZ | 23.06 | 43.4 | 15.76 | - |
| YUV | 130.35 | 102.4 | 38.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 203 | 85 | 0.98 | 0 | 0.58 | 0.20 | 144.24 | 0.95 | 0.41 |
| Hex | 5 | CB | 55 | 62 | 0 | 3A | 14 | 90 | 5F | 29 |
| Octal | 5 | 313 | 125 | 142 | 0 | 72 | 24 | 220 | 137 | 51 |
| Binary | 101 | 11001011 | 1010101 | 1100010 | 0 | 111010 | 10100 | 10010000 | 1011111 | 101001 |
Color Harmonies of #05CB55
Complementary color
Monochromatic Colors of #05CB55
Black with #05CB55
Text Example
Text Example
White with #05CB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CB55; }
p { color: rgb(5,203,85); }
H1.HeaderClassName
{
color: #05CB55;
}
.AnyTagClassName
{
color: #05CB55;
}
</style>
background-color css
<style>
a { background-color: #05CB55; }
a { background-color: rgb(5,203,85); }
div.DivClassName
{
background-color: #05CB55;
}
.BgClassName
{
background-color: #05CB55;
}
</style>
border-color css
<style>
span { border-color: #05CB55; }
span { border-color: rgb(5,203,85); }
td.TdClassName
{
border-color: #05CB55;
}
.TagClassName
{
border-color: #05CB55;
}
</style>