Shades of Malachite #05CB64
Tints of Malachite #05CB64
RGB
CMYK
RGB Variations
Color information
#05CB64 (or 0x05CB64) is known color: Malachite. HEX triplet: 05, CB and 64. RGB value is (5,203,100). Sum of RGB (Red+Green+Blue) = 5+203+100=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 203 (79.69% from 255 or 65.91% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 203 - color contains mainly: green. Hex color #05CB64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CB64 is #FA349B. Grayscale: #848484. Windows color (decimal): -16397468 or 6605573. OLE color: 6605573.
HSL color Cylindrical-coordinate representation of color #05CB64: hue angle of 148.79º 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 #05CB64 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 203 | 100 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.20 |
| HSL | 148.79º | 0.95% | 0.41% | - |
| HSV(B) | 148.79º | 0.98% | 0.8% | - |
| XYZ | 23.72 | 43.66 | 19.23 | - |
| YUV | 132.06 | 109.9 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 203 | 100 | 0.98 | 0 | 0.51 | 0.20 | 148.79 | 0.95 | 0.41 |
| Hex | 5 | CB | 64 | 62 | 0 | 33 | 14 | 95 | 5F | 29 |
| Octal | 5 | 313 | 144 | 142 | 0 | 63 | 24 | 225 | 137 | 51 |
| Binary | 101 | 11001011 | 1100100 | 1100010 | 0 | 110011 | 10100 | 10010101 | 1011111 | 101001 |
Color Harmonies of #05CB64
Complementary color
Monochromatic Colors of #05CB64
Black with #05CB64
Text Example
Text Example
White with #05CB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CB64; }
p { color: rgb(5,203,100); }
H1.HeaderClassName
{
color: #05CB64;
}
.AnyTagClassName
{
color: #05CB64;
}
</style>
background-color css
<style>
a { background-color: #05CB64; }
a { background-color: rgb(5,203,100); }
div.DivClassName
{
background-color: #05CB64;
}
.BgClassName
{
background-color: #05CB64;
}
</style>
border-color css
<style>
span { border-color: #05CB64; }
span { border-color: rgb(5,203,100); }
td.TdClassName
{
border-color: #05CB64;
}
.TagClassName
{
border-color: #05CB64;
}
</style>