Shades of Malachite #05DC67
Tints of Malachite #05DC67
RGB
CMYK
RGB Variations
Color information
#05DC67 (or 0x05DC67) is known color: Malachite. HEX triplet: 05, DC and 67. RGB value is (5,220,103). Sum of RGB (Red+Green+Blue) = 5+220+103=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 220 (86.33% from 255 or 67.07% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 220 - color contains mainly: green. Hex color #05DC67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DC67 is #FA2398. Grayscale: #8E8E8E. Windows color (decimal): -16393113 or 6806533. OLE color: 6806533.
HSL color Cylindrical-coordinate representation of color #05DC67: hue angle of 147.35º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DC67 is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 220 | 103 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.14 |
| HSL | 147.35º | 0.96% | 0.44% | - |
| HSV(B) | 147.35º | 0.98% | 0.86% | - |
| XYZ | 28.1 | 52.2 | 21.43 | - |
| YUV | 142.38 | 105.77 | 30.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 220 | 103 | 0.98 | 0 | 0.53 | 0.14 | 147.35 | 0.96 | 0.44 |
| Hex | 5 | DC | 67 | 62 | 0 | 35 | E | 93 | 60 | 2C |
| Octal | 5 | 334 | 147 | 142 | 0 | 65 | 16 | 223 | 140 | 54 |
| Binary | 101 | 11011100 | 1100111 | 1100010 | 0 | 110101 | 1110 | 10010011 | 1100000 | 101100 |
Color Harmonies of #05DC67
Complementary color
Monochromatic Colors of #05DC67
Black with #05DC67
Text Example
Text Example
White with #05DC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DC67; }
p { color: rgb(5,220,103); }
H1.HeaderClassName
{
color: #05DC67;
}
.AnyTagClassName
{
color: #05DC67;
}
</style>
background-color css
<style>
a { background-color: #05DC67; }
a { background-color: rgb(5,220,103); }
div.DivClassName
{
background-color: #05DC67;
}
.BgClassName
{
background-color: #05DC67;
}
</style>
border-color css
<style>
span { border-color: #05DC67; }
span { border-color: rgb(5,220,103); }
td.TdClassName
{
border-color: #05DC67;
}
.TagClassName
{
border-color: #05DC67;
}
</style>