Shades of Malachite #05DC44
Tints of Malachite #05DC44
RGB
CMYK
RGB Variations
Color information
#05DC44 (or 0x05DC44) is known color: Malachite. HEX triplet: 05, DC and 44. RGB value is (5,220,68). Sum of RGB (Red+Green+Blue) = 5+220+68=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 220 (86.33% from 255 or 75.09% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 220 - color contains mainly: green. Hex color #05DC44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DC44 is #FA23BB. Grayscale: #8A8A8A. Windows color (decimal): -16393148 or 4512773. OLE color: 4512773.
HSL color Cylindrical-coordinate representation of color #05DC44: hue angle of 137.58º 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 #05DC44 is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 220 | 68 | - |
| CMYK | 0.98 | 0 | 0.69 | 0.14 |
| HSL | 137.58º | 0.96% | 0.44% | - |
| HSV(B) | 137.58º | 0.98% | 0.86% | - |
| XYZ | 26.7 | 51.64 | 14.03 | - |
| YUV | 138.39 | 88.27 | 32.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 220 | 68 | 0.98 | 0 | 0.69 | 0.14 | 137.58 | 0.96 | 0.44 |
| Hex | 5 | DC | 44 | 62 | 0 | 45 | E | 8A | 60 | 2C |
| Octal | 5 | 334 | 104 | 142 | 0 | 105 | 16 | 212 | 140 | 54 |
| Binary | 101 | 11011100 | 1000100 | 1100010 | 0 | 1000101 | 1110 | 10001010 | 1100000 | 101100 |
Color Harmonies of #05DC44
Complementary color
Monochromatic Colors of #05DC44
Black with #05DC44
Text Example
Text Example
White with #05DC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DC44; }
p { color: rgb(5,220,68); }
H1.HeaderClassName
{
color: #05DC44;
}
.AnyTagClassName
{
color: #05DC44;
}
</style>
background-color css
<style>
a { background-color: #05DC44; }
a { background-color: rgb(5,220,68); }
div.DivClassName
{
background-color: #05DC44;
}
.BgClassName
{
background-color: #05DC44;
}
</style>
border-color css
<style>
span { border-color: #05DC44; }
span { border-color: rgb(5,220,68); }
td.TdClassName
{
border-color: #05DC44;
}
.TagClassName
{
border-color: #05DC44;
}
</style>