Shades of Malachite #05C966
Tints of Malachite #05C966
RGB
CMYK
RGB Variations
Color information
#05C966 (or 0x05C966) is known color: Malachite. HEX triplet: 05, C9 and 66. RGB value is (5,201,102). Sum of RGB (Red+Green+Blue) = 5+201+102=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 201 (78.91% from 255 or 65.26% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 201 - color contains mainly: green. Hex color #05C966 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C966 is #FA3699. Grayscale: #838383. Windows color (decimal): -16397978 or 6736133. OLE color: 6736133.
HSL color Cylindrical-coordinate representation of color #05C966: hue angle of 149.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C966 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 201 | 102 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.21 |
| HSL | 149.69º | 0.95% | 0.4% | - |
| HSV(B) | 149.69º | 0.98% | 0.79% | - |
| XYZ | 23.35 | 42.76 | 19.59 | - |
| YUV | 131.11 | 111.57 | 38.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 201 | 102 | 0.98 | 0 | 0.49 | 0.21 | 149.69 | 0.95 | 0.4 |
| Hex | 5 | C9 | 66 | 62 | 0 | 31 | 15 | 96 | 5F | 28 |
| Octal | 5 | 311 | 146 | 142 | 0 | 61 | 25 | 226 | 137 | 50 |
| Binary | 101 | 11001001 | 1100110 | 1100010 | 0 | 110001 | 10101 | 10010110 | 1011111 | 101000 |
Color Harmonies of #05C966
Complementary color
Monochromatic Colors of #05C966
Black with #05C966
Text Example
Text Example
White with #05C966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C966; }
p { color: rgb(5,201,102); }
H1.HeaderClassName
{
color: #05C966;
}
.AnyTagClassName
{
color: #05C966;
}
</style>
background-color css
<style>
a { background-color: #05C966; }
a { background-color: rgb(5,201,102); }
div.DivClassName
{
background-color: #05C966;
}
.BgClassName
{
background-color: #05C966;
}
</style>
border-color css
<style>
span { border-color: #05C966; }
span { border-color: rgb(5,201,102); }
td.TdClassName
{
border-color: #05C966;
}
.TagClassName
{
border-color: #05C966;
}
</style>