Shades of Malachite #05E64D
Tints of Malachite #05E64D
RGB
CMYK
RGB Variations
Color information
#05E64D (or 0x05E64D) is known color: Malachite. HEX triplet: 05, E6 and 4D. RGB value is (5,230,77). Sum of RGB (Red+Green+Blue) = 5+230+77=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 230 (90.23% from 255 or 73.72% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 230 - color contains mainly: green. Hex color #05E64D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05E64D is #FA19B2. Grayscale: #919191. Windows color (decimal): -16390579 or 5105157. OLE color: 5105157.
HSL color Cylindrical-coordinate representation of color #05E64D: hue angle of 139.2º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E64D is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 230 | 77 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.10 |
| HSL | 139.2º | 0.96% | 0.46% | - |
| HSV(B) | 139.2º | 0.98% | 0.9% | - |
| XYZ | 29.7 | 57.16 | 16.49 | - |
| YUV | 145.28 | 89.46 | 27.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 230 | 77 | 0.98 | 0 | 0.67 | 0.10 | 139.2 | 0.96 | 0.46 |
| Hex | 5 | E6 | 4D | 62 | 0 | 43 | A | 8B | 60 | 2E |
| Octal | 5 | 346 | 115 | 142 | 0 | 103 | 12 | 213 | 140 | 56 |
| Binary | 101 | 11100110 | 1001101 | 1100010 | 0 | 1000011 | 1010 | 10001011 | 1100000 | 101110 |
Color Harmonies of #05E64D
Complementary color
Monochromatic Colors of #05E64D
Black with #05E64D
Text Example
Text Example
White with #05E64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E64D; }
p { color: rgb(5,230,77); }
H1.HeaderClassName
{
color: #05E64D;
}
.AnyTagClassName
{
color: #05E64D;
}
</style>
background-color css
<style>
a { background-color: #05E64D; }
a { background-color: rgb(5,230,77); }
div.DivClassName
{
background-color: #05E64D;
}
.BgClassName
{
background-color: #05E64D;
}
</style>
border-color css
<style>
span { border-color: #05E64D; }
span { border-color: rgb(5,230,77); }
td.TdClassName
{
border-color: #05E64D;
}
.TagClassName
{
border-color: #05E64D;
}
</style>