Shades of Malachite #05D260
Tints of Malachite #05D260
RGB
CMYK
RGB Variations
Color information
#05D260 (or 0x05D260) is known color: Malachite. HEX triplet: 05, D2 and 60. RGB value is (5,210,96). Sum of RGB (Red+Green+Blue) = 5+210+96=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 210 (82.42% from 255 or 67.52% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 210 - color contains mainly: green. Hex color #05D260 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D260 is #FA2D9F. Grayscale: #878787. Windows color (decimal): -16395680 or 6345221. OLE color: 6345221.
HSL color Cylindrical-coordinate representation of color #05D260: hue angle of 146.63º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D260 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 5 | 210 | 96 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.18 |
| HSL | 146.63º | 0.95% | 0.42% | - |
| HSV(B) | 146.63º | 0.98% | 0.82% | - |
| XYZ | 25.22 | 46.97 | 18.8 | - |
| YUV | 135.71 | 105.58 | 34.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 210 | 96 | 0.98 | 0 | 0.54 | 0.18 | 146.63 | 0.95 | 0.42 |
| Hex | 5 | D2 | 60 | 62 | 0 | 36 | 12 | 93 | 5F | 2A |
| Octal | 5 | 322 | 140 | 142 | 0 | 66 | 22 | 223 | 137 | 52 |
| Binary | 101 | 11010010 | 1100000 | 1100010 | 0 | 110110 | 10010 | 10010011 | 1011111 | 101010 |
Color Harmonies of #05D260
Complementary color
Monochromatic Colors of #05D260
Black with #05D260
Text Example
Text Example
White with #05D260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D260; }
p { color: rgb(5,210,96); }
H1.HeaderClassName
{
color: #05D260;
}
.AnyTagClassName
{
color: #05D260;
}
</style>
background-color css
<style>
a { background-color: #05D260; }
a { background-color: rgb(5,210,96); }
div.DivClassName
{
background-color: #05D260;
}
.BgClassName
{
background-color: #05D260;
}
</style>
border-color css
<style>
span { border-color: #05D260; }
span { border-color: rgb(5,210,96); }
td.TdClassName
{
border-color: #05D260;
}
.TagClassName
{
border-color: #05D260;
}
</style>