Shades of Malachite #05DD6D
Tints of Malachite #05DD6D
RGB
CMYK
RGB Variations
Color information
#05DD6D (or 0x05DD6D) is known color: Malachite. HEX triplet: 05, DD and 6D. RGB value is (5,221,109). Sum of RGB (Red+Green+Blue) = 5+221+109=335 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 335); Green value is 221 (86.72% from 255 or 65.97% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 221 - color contains mainly: green. Hex color #05DD6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DD6D is #FA2292. Grayscale: #8F8F8F. Windows color (decimal): -16392851 or 7200005. OLE color: 7200005.
HSL color Cylindrical-coordinate representation of color #05DD6D: hue angle of 148.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DD6D is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 221 | 109 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.13 |
| HSL | 148.89º | 0.96% | 0.44% | - |
| HSV(B) | 148.89º | 0.98% | 0.87% | - |
| XYZ | 28.68 | 52.85 | 23.16 | - |
| YUV | 143.65 | 108.44 | 29.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 221 | 109 | 0.98 | 0 | 0.51 | 0.13 | 148.89 | 0.96 | 0.44 |
| Hex | 5 | DD | 6D | 62 | 0 | 33 | D | 95 | 60 | 2C |
| Octal | 5 | 335 | 155 | 142 | 0 | 63 | 15 | 225 | 140 | 54 |
| Binary | 101 | 11011101 | 1101101 | 1100010 | 0 | 110011 | 1101 | 10010101 | 1100000 | 101100 |
Color Harmonies of #05DD6D
Complementary color
Monochromatic Colors of #05DD6D
Black with #05DD6D
Text Example
Text Example
White with #05DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DD6D; }
p { color: rgb(5,221,109); }
H1.HeaderClassName
{
color: #05DD6D;
}
.AnyTagClassName
{
color: #05DD6D;
}
</style>
background-color css
<style>
a { background-color: #05DD6D; }
a { background-color: rgb(5,221,109); }
div.DivClassName
{
background-color: #05DD6D;
}
.BgClassName
{
background-color: #05DD6D;
}
</style>
border-color css
<style>
span { border-color: #05DD6D; }
span { border-color: rgb(5,221,109); }
td.TdClassName
{
border-color: #05DD6D;
}
.TagClassName
{
border-color: #05DD6D;
}
</style>