Shades of Malachite #05D465
Tints of Malachite #05D465
RGB
CMYK
RGB Variations
Color information
#05D465 (or 0x05D465) is known color: Malachite. HEX triplet: 05, D4 and 65. RGB value is (5,212,101). Sum of RGB (Red+Green+Blue) = 5+212+101=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 212 (83.20% from 255 or 66.67% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 212 - color contains mainly: green. Hex color #05D465 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D465 is #FA2B9A. Grayscale: #898989. Windows color (decimal): -16395163 or 6673413. OLE color: 6673413.
HSL color Cylindrical-coordinate representation of color #05D465: hue angle of 147.83º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D465 is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 212 | 101 | - |
| CMYK | 0.98 | 0 | 0.52 | 0.17 |
| HSL | 147.83º | 0.95% | 0.43% | - |
| HSV(B) | 147.83º | 0.98% | 0.83% | - |
| XYZ | 25.96 | 48.06 | 20.22 | - |
| YUV | 137.45 | 107.42 | 33.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 212 | 101 | 0.98 | 0 | 0.52 | 0.17 | 147.83 | 0.95 | 0.43 |
| Hex | 5 | D4 | 65 | 62 | 0 | 34 | 11 | 94 | 5F | 2B |
| Octal | 5 | 324 | 145 | 142 | 0 | 64 | 21 | 224 | 137 | 53 |
| Binary | 101 | 11010100 | 1100101 | 1100010 | 0 | 110100 | 10001 | 10010100 | 1011111 | 101011 |
Color Harmonies of #05D465
Complementary color
Monochromatic Colors of #05D465
Black with #05D465
Text Example
Text Example
White with #05D465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D465; }
p { color: rgb(5,212,101); }
H1.HeaderClassName
{
color: #05D465;
}
.AnyTagClassName
{
color: #05D465;
}
</style>
background-color css
<style>
a { background-color: #05D465; }
a { background-color: rgb(5,212,101); }
div.DivClassName
{
background-color: #05D465;
}
.BgClassName
{
background-color: #05D465;
}
</style>
border-color css
<style>
span { border-color: #05D465; }
span { border-color: rgb(5,212,101); }
td.TdClassName
{
border-color: #05D465;
}
.TagClassName
{
border-color: #05D465;
}
</style>