Shades of Malachite #05DF6A
Tints of Malachite #05DF6A
RGB
CMYK
RGB Variations
Color information
#05DF6A (or 0x05DF6A) is known color: Malachite. HEX triplet: 05, DF and 6A. RGB value is (5,223,106). Sum of RGB (Red+Green+Blue) = 5+223+106=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 223 (87.5% from 255 or 66.77% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 223 - color contains mainly: green. Hex color #05DF6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DF6A is #FA2095. Grayscale: #909090. Windows color (decimal): -16392342 or 7003909. OLE color: 7003909.
HSL color Cylindrical-coordinate representation of color #05DF6A: hue angle of 147.8º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DF6A is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 223 | 106 | - |
| CMYK | 0.98 | 0 | 0.52 | 0.13 |
| HSL | 147.8º | 0.96% | 0.45% | - |
| HSV(B) | 147.8º | 0.98% | 0.87% | - |
| XYZ | 29.05 | 53.85 | 22.5 | - |
| YUV | 144.48 | 106.28 | 28.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 223 | 106 | 0.98 | 0 | 0.52 | 0.13 | 147.8 | 0.96 | 0.45 |
| Hex | 5 | DF | 6A | 62 | 0 | 34 | D | 94 | 60 | 2D |
| Octal | 5 | 337 | 152 | 142 | 0 | 64 | 15 | 224 | 140 | 55 |
| Binary | 101 | 11011111 | 1101010 | 1100010 | 0 | 110100 | 1101 | 10010100 | 1100000 | 101101 |
Color Harmonies of #05DF6A
Complementary color
Monochromatic Colors of #05DF6A
Black with #05DF6A
Text Example
Text Example
White with #05DF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DF6A; }
p { color: rgb(5,223,106); }
H1.HeaderClassName
{
color: #05DF6A;
}
.AnyTagClassName
{
color: #05DF6A;
}
</style>
background-color css
<style>
a { background-color: #05DF6A; }
a { background-color: rgb(5,223,106); }
div.DivClassName
{
background-color: #05DF6A;
}
.BgClassName
{
background-color: #05DF6A;
}
</style>
border-color css
<style>
span { border-color: #05DF6A; }
span { border-color: rgb(5,223,106); }
td.TdClassName
{
border-color: #05DF6A;
}
.TagClassName
{
border-color: #05DF6A;
}
</style>