Shades of Malachite #05D758
Tints of Malachite #05D758
RGB
CMYK
RGB Variations
Color information
#05D758 (or 0x05D758) is known color: Malachite. HEX triplet: 05, D7 and 58. RGB value is (5,215,88). Sum of RGB (Red+Green+Blue) = 5+215+88=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 215 (84.38% from 255 or 69.81% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 215 - color contains mainly: green. Hex color #05D758 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D758 is #FA28A7. Grayscale: #8A8A8A. Windows color (decimal): -16394408 or 5822213. OLE color: 5822213.
HSL color Cylindrical-coordinate representation of color #05D758: hue angle of 143.71º 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 #05D758 is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 215 | 88 | - |
| CMYK | 0.98 | 0 | 0.59 | 0.16 |
| HSL | 143.71º | 0.95% | 0.43% | - |
| HSV(B) | 143.71º | 0.98% | 0.84% | - |
| XYZ | 26.12 | 49.34 | 17.38 | - |
| YUV | 137.73 | 99.93 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 215 | 88 | 0.98 | 0 | 0.59 | 0.16 | 143.71 | 0.95 | 0.43 |
| Hex | 5 | D7 | 58 | 62 | 0 | 3B | 10 | 90 | 5F | 2B |
| Octal | 5 | 327 | 130 | 142 | 0 | 73 | 20 | 220 | 137 | 53 |
| Binary | 101 | 11010111 | 1011000 | 1100010 | 0 | 111011 | 10000 | 10010000 | 1011111 | 101011 |
Color Harmonies of #05D758
Complementary color
Monochromatic Colors of #05D758
Black with #05D758
Text Example
Text Example
White with #05D758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D758; }
p { color: rgb(5,215,88); }
H1.HeaderClassName
{
color: #05D758;
}
.AnyTagClassName
{
color: #05D758;
}
</style>
background-color css
<style>
a { background-color: #05D758; }
a { background-color: rgb(5,215,88); }
div.DivClassName
{
background-color: #05D758;
}
.BgClassName
{
background-color: #05D758;
}
</style>
border-color css
<style>
span { border-color: #05D758; }
span { border-color: rgb(5,215,88); }
td.TdClassName
{
border-color: #05D758;
}
.TagClassName
{
border-color: #05D758;
}
</style>