Shades of Malachite #05DE40
Tints of Malachite #05DE40
RGB
CMYK
RGB Variations
Color information
#05DE40 (or 0x05DE40) is known color: Malachite. HEX triplet: 05, DE and 40. RGB value is (5,222,64). Sum of RGB (Red+Green+Blue) = 5+222+64=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 222 (87.11% from 255 or 76.29% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 222 - color contains mainly: green. Hex color #05DE40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DE40 is #FA21BF. Grayscale: #8B8B8B. Windows color (decimal): -16392640 or 4251141. OLE color: 4251141.
HSL color Cylindrical-coordinate representation of color #05DE40: hue angle of 136.31º 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 #05DE40 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 222 | 64 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.13 |
| HSL | 136.31º | 0.96% | 0.45% | - |
| HSV(B) | 136.31º | 0.98% | 0.87% | - |
| XYZ | 27.11 | 52.64 | 13.58 | - |
| YUV | 139.11 | 85.61 | 32.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 222 | 64 | 0.98 | 0 | 0.71 | 0.13 | 136.31 | 0.96 | 0.45 |
| Hex | 5 | DE | 40 | 62 | 0 | 47 | D | 88 | 60 | 2D |
| Octal | 5 | 336 | 100 | 142 | 0 | 107 | 15 | 210 | 140 | 55 |
| Binary | 101 | 11011110 | 1000000 | 1100010 | 0 | 1000111 | 1101 | 10001000 | 1100000 | 101101 |
Color Harmonies of #05DE40
Complementary color
Monochromatic Colors of #05DE40
Black with #05DE40
Text Example
Text Example
White with #05DE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DE40; }
p { color: rgb(5,222,64); }
H1.HeaderClassName
{
color: #05DE40;
}
.AnyTagClassName
{
color: #05DE40;
}
</style>
background-color css
<style>
a { background-color: #05DE40; }
a { background-color: rgb(5,222,64); }
div.DivClassName
{
background-color: #05DE40;
}
.BgClassName
{
background-color: #05DE40;
}
</style>
border-color css
<style>
span { border-color: #05DE40; }
span { border-color: rgb(5,222,64); }
td.TdClassName
{
border-color: #05DE40;
}
.TagClassName
{
border-color: #05DE40;
}
</style>