Shades of Malachite #05E144
Tints of Malachite #05E144
RGB
CMYK
RGB Variations
Color information
#05E144 (or 0x05E144) is known color: Malachite. HEX triplet: 05, E1 and 44. RGB value is (5,225,68). Sum of RGB (Red+Green+Blue) = 5+225+68=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 225 (88.28% from 255 or 75.50% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 225 - color contains mainly: green. Hex color #05E144 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05E144 is #FA1EBB. Grayscale: #8D8D8D. Windows color (decimal): -16391868 or 4514053. OLE color: 4514053.
HSL color Cylindrical-coordinate representation of color #05E144: hue angle of 137.18º 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 #05E144 is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 225 | 68 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.12 |
| HSL | 137.18º | 0.96% | 0.45% | - |
| HSV(B) | 137.18º | 0.98% | 0.88% | - |
| XYZ | 28.03 | 54.3 | 14.47 | - |
| YUV | 141.32 | 86.61 | 30.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 225 | 68 | 0.98 | 0 | 0.70 | 0.12 | 137.18 | 0.96 | 0.45 |
| Hex | 5 | E1 | 44 | 62 | 0 | 46 | C | 89 | 60 | 2D |
| Octal | 5 | 341 | 104 | 142 | 0 | 106 | 14 | 211 | 140 | 55 |
| Binary | 101 | 11100001 | 1000100 | 1100010 | 0 | 1000110 | 1100 | 10001001 | 1100000 | 101101 |
Color Harmonies of #05E144
Complementary color
Monochromatic Colors of #05E144
Black with #05E144
Text Example
Text Example
White with #05E144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E144; }
p { color: rgb(5,225,68); }
H1.HeaderClassName
{
color: #05E144;
}
.AnyTagClassName
{
color: #05E144;
}
</style>
background-color css
<style>
a { background-color: #05E144; }
a { background-color: rgb(5,225,68); }
div.DivClassName
{
background-color: #05E144;
}
.BgClassName
{
background-color: #05E144;
}
</style>
border-color css
<style>
span { border-color: #05E144; }
span { border-color: rgb(5,225,68); }
td.TdClassName
{
border-color: #05E144;
}
.TagClassName
{
border-color: #05E144;
}
</style>