Shades of Malachite #05E240
Tints of Malachite #05E240
RGB
CMYK
RGB Variations
Color information
#05E240 (or 0x05E240) is known color: Malachite. HEX triplet: 05, E2 and 40. RGB value is (5,226,64). Sum of RGB (Red+Green+Blue) = 5+226+64=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 226 (88.67% from 255 or 76.61% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 226 - color contains mainly: green. Hex color #05E240 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05E240 is #FA1DBF. Grayscale: #8D8D8D. Windows color (decimal): -16391616 or 4252165. OLE color: 4252165.
HSL color Cylindrical-coordinate representation of color #05E240: hue angle of 136.02º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E240 is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 226 | 64 | - |
| CMYK | 0.98 | 0 | 0.72 | 0.11 |
| HSL | 136.02º | 0.96% | 0.45% | - |
| HSV(B) | 136.02º | 0.98% | 0.89% | - |
| XYZ | 28.18 | 54.8 | 13.94 | - |
| YUV | 141.45 | 84.28 | 30.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 226 | 64 | 0.98 | 0 | 0.72 | 0.11 | 136.02 | 0.96 | 0.45 |
| Hex | 5 | E2 | 40 | 62 | 0 | 48 | B | 88 | 60 | 2D |
| Octal | 5 | 342 | 100 | 142 | 0 | 110 | 13 | 210 | 140 | 55 |
| Binary | 101 | 11100010 | 1000000 | 1100010 | 0 | 1001000 | 1011 | 10001000 | 1100000 | 101101 |
Color Harmonies of #05E240
Complementary color
Monochromatic Colors of #05E240
Black with #05E240
Text Example
Text Example
White with #05E240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E240; }
p { color: rgb(5,226,64); }
H1.HeaderClassName
{
color: #05E240;
}
.AnyTagClassName
{
color: #05E240;
}
</style>
background-color css
<style>
a { background-color: #05E240; }
a { background-color: rgb(5,226,64); }
div.DivClassName
{
background-color: #05E240;
}
.BgClassName
{
background-color: #05E240;
}
</style>
border-color css
<style>
span { border-color: #05E240; }
span { border-color: rgb(5,226,64); }
td.TdClassName
{
border-color: #05E240;
}
.TagClassName
{
border-color: #05E240;
}
</style>