Shades of Malachite #05E065
Tints of Malachite #05E065
RGB
CMYK
RGB Variations
Color information
#05E065 (or 0x05E065) is known color: Malachite. HEX triplet: 05, E0 and 65. RGB value is (5,224,101). Sum of RGB (Red+Green+Blue) = 5+224+101=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 224 (87.89% from 255 or 67.88% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 224 - color contains mainly: green. Hex color #05E065 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05E065 is #FA1F9A. Grayscale: #909090. Windows color (decimal): -16392091 or 6676485. OLE color: 6676485.
HSL color Cylindrical-coordinate representation of color #05E065: hue angle of 146.3º 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 #05E065 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 224 | 101 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.12 |
| HSL | 146.3º | 0.96% | 0.45% | - |
| HSV(B) | 146.3º | 0.98% | 0.88% | - |
| XYZ | 29.07 | 54.28 | 21.26 | - |
| YUV | 144.5 | 103.45 | 28.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 224 | 101 | 0.98 | 0 | 0.55 | 0.12 | 146.3 | 0.96 | 0.45 |
| Hex | 5 | E0 | 65 | 62 | 0 | 37 | C | 92 | 60 | 2D |
| Octal | 5 | 340 | 145 | 142 | 0 | 67 | 14 | 222 | 140 | 55 |
| Binary | 101 | 11100000 | 1100101 | 1100010 | 0 | 110111 | 1100 | 10010010 | 1100000 | 101101 |
Color Harmonies of #05E065
Complementary color
Monochromatic Colors of #05E065
Black with #05E065
Text Example
Text Example
White with #05E065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E065; }
p { color: rgb(5,224,101); }
H1.HeaderClassName
{
color: #05E065;
}
.AnyTagClassName
{
color: #05E065;
}
</style>
background-color css
<style>
a { background-color: #05E065; }
a { background-color: rgb(5,224,101); }
div.DivClassName
{
background-color: #05E065;
}
.BgClassName
{
background-color: #05E065;
}
</style>
border-color css
<style>
span { border-color: #05E065; }
span { border-color: rgb(5,224,101); }
td.TdClassName
{
border-color: #05E065;
}
.TagClassName
{
border-color: #05E065;
}
</style>