Shades of Malachite #05D662
Tints of Malachite #05D662
RGB
CMYK
RGB Variations
Color information
#05D662 (or 0x05D662) is known color: Malachite. HEX triplet: 05, D6 and 62. RGB value is (5,214,98). Sum of RGB (Red+Green+Blue) = 5+214+98=317 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 317); Green value is 214 (83.98% from 255 or 67.51% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 214 - color contains mainly: green. Hex color #05D662 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D662 is #FA299D. Grayscale: #8A8A8A. Windows color (decimal): -16394654 or 6477317. OLE color: 6477317.
HSL color Cylindrical-coordinate representation of color #05D662: hue angle of 146.7º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D662 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 214 | 98 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.16 |
| HSL | 146.7º | 0.95% | 0.43% | - |
| HSV(B) | 146.7º | 0.98% | 0.84% | - |
| XYZ | 26.31 | 49.01 | 19.63 | - |
| YUV | 138.29 | 105.26 | 32.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 214 | 98 | 0.98 | 0 | 0.54 | 0.16 | 146.7 | 0.95 | 0.43 |
| Hex | 5 | D6 | 62 | 62 | 0 | 36 | 10 | 93 | 5F | 2B |
| Octal | 5 | 326 | 142 | 142 | 0 | 66 | 20 | 223 | 137 | 53 |
| Binary | 101 | 11010110 | 1100010 | 1100010 | 0 | 110110 | 10000 | 10010011 | 1011111 | 101011 |
Color Harmonies of #05D662
Complementary color
Monochromatic Colors of #05D662
Black with #05D662
Text Example
Text Example
White with #05D662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D662; }
p { color: rgb(5,214,98); }
H1.HeaderClassName
{
color: #05D662;
}
.AnyTagClassName
{
color: #05D662;
}
</style>
background-color css
<style>
a { background-color: #05D662; }
a { background-color: rgb(5,214,98); }
div.DivClassName
{
background-color: #05D662;
}
.BgClassName
{
background-color: #05D662;
}
</style>
border-color css
<style>
span { border-color: #05D662; }
span { border-color: rgb(5,214,98); }
td.TdClassName
{
border-color: #05D662;
}
.TagClassName
{
border-color: #05D662;
}
</style>