Shades of Malachite #05D55D
Tints of Malachite #05D55D
RGB
CMYK
RGB Variations
Color information
#05D55D (or 0x05D55D) is known color: Malachite. HEX triplet: 05, D5 and 5D. RGB value is (5,213,93). Sum of RGB (Red+Green+Blue) = 5+213+93=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 213 (83.59% from 255 or 68.49% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 213 - color contains mainly: green. Hex color #05D55D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D55D is #FA2AA2. Grayscale: #898989. Windows color (decimal): -16394915 or 6149381. OLE color: 6149381.
HSL color Cylindrical-coordinate representation of color #05D55D: hue angle of 145.38º 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 #05D55D is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 213 | 93 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.16 |
| HSL | 145.38º | 0.95% | 0.43% | - |
| HSV(B) | 145.38º | 0.98% | 0.84% | - |
| XYZ | 25.83 | 48.41 | 18.34 | - |
| YUV | 137.13 | 103.09 | 33.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 213 | 93 | 0.98 | 0 | 0.56 | 0.16 | 145.38 | 0.95 | 0.43 |
| Hex | 5 | D5 | 5D | 62 | 0 | 38 | 10 | 91 | 5F | 2B |
| Octal | 5 | 325 | 135 | 142 | 0 | 70 | 20 | 221 | 137 | 53 |
| Binary | 101 | 11010101 | 1011101 | 1100010 | 0 | 111000 | 10000 | 10010001 | 1011111 | 101011 |
Color Harmonies of #05D55D
Complementary color
Monochromatic Colors of #05D55D
Black with #05D55D
Text Example
Text Example
White with #05D55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D55D; }
p { color: rgb(5,213,93); }
H1.HeaderClassName
{
color: #05D55D;
}
.AnyTagClassName
{
color: #05D55D;
}
</style>
background-color css
<style>
a { background-color: #05D55D; }
a { background-color: rgb(5,213,93); }
div.DivClassName
{
background-color: #05D55D;
}
.BgClassName
{
background-color: #05D55D;
}
</style>
border-color css
<style>
span { border-color: #05D55D; }
span { border-color: rgb(5,213,93); }
td.TdClassName
{
border-color: #05D55D;
}
.TagClassName
{
border-color: #05D55D;
}
</style>