Shades of Malachite #05E064
Tints of Malachite #05E064
RGB
CMYK
RGB Variations
Color information
#05E064 (or 0x05E064) is known color: Malachite. HEX triplet: 05, E0 and 64. RGB value is (5,224,100). Sum of RGB (Red+Green+Blue) = 5+224+100=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 224 (87.89% from 255 or 68.09% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 224 - color contains mainly: green. Hex color #05E064 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05E064 is #FA1F9B. Grayscale: #909090. Windows color (decimal): -16392092 or 6610949. OLE color: 6610949.
HSL color Cylindrical-coordinate representation of color #05E064: hue angle of 146.03º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E064 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 224 | 100 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.12 |
| HSL | 146.03º | 0.96% | 0.45% | - |
| HSV(B) | 146.03º | 0.98% | 0.88% | - |
| XYZ | 29.02 | 54.26 | 21 | - |
| YUV | 144.38 | 102.95 | 28.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 224 | 100 | 0.98 | 0 | 0.55 | 0.12 | 146.03 | 0.96 | 0.45 |
| Hex | 5 | E0 | 64 | 62 | 0 | 37 | C | 92 | 60 | 2D |
| Octal | 5 | 340 | 144 | 142 | 0 | 67 | 14 | 222 | 140 | 55 |
| Binary | 101 | 11100000 | 1100100 | 1100010 | 0 | 110111 | 1100 | 10010010 | 1100000 | 101101 |
Color Harmonies of #05E064
Complementary color
Monochromatic Colors of #05E064
Black with #05E064
Text Example
Text Example
White with #05E064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E064; }
p { color: rgb(5,224,100); }
H1.HeaderClassName
{
color: #05E064;
}
.AnyTagClassName
{
color: #05E064;
}
</style>
background-color css
<style>
a { background-color: #05E064; }
a { background-color: rgb(5,224,100); }
div.DivClassName
{
background-color: #05E064;
}
.BgClassName
{
background-color: #05E064;
}
</style>
border-color css
<style>
span { border-color: #05E064; }
span { border-color: rgb(5,224,100); }
td.TdClassName
{
border-color: #05E064;
}
.TagClassName
{
border-color: #05E064;
}
</style>