Shades of Malachite #05E148
Tints of Malachite #05E148
RGB
CMYK
RGB Variations
Color information
#05E148 (or 0x05E148) is known color: Malachite. HEX triplet: 05, E1 and 48. RGB value is (5,225,72). Sum of RGB (Red+Green+Blue) = 5+225+72=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 225 (88.28% from 255 or 74.50% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 225 - color contains mainly: green. Hex color #05E148 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05E148 is #FA1EB7. Grayscale: #8E8E8E. Windows color (decimal): -16391864 or 4776197. OLE color: 4776197.
HSL color Cylindrical-coordinate representation of color #05E148: hue angle of 138.27º 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 #05E148 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 225 | 72 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.12 |
| HSL | 138.27º | 0.96% | 0.45% | - |
| HSV(B) | 138.27º | 0.98% | 0.88% | - |
| XYZ | 28.16 | 54.35 | 15.14 | - |
| YUV | 141.78 | 88.61 | 30.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 225 | 72 | 0.98 | 0 | 0.68 | 0.12 | 138.27 | 0.96 | 0.45 |
| Hex | 5 | E1 | 48 | 62 | 0 | 44 | C | 8A | 60 | 2D |
| Octal | 5 | 341 | 110 | 142 | 0 | 104 | 14 | 212 | 140 | 55 |
| Binary | 101 | 11100001 | 1001000 | 1100010 | 0 | 1000100 | 1100 | 10001010 | 1100000 | 101101 |
Color Harmonies of #05E148
Complementary color
Monochromatic Colors of #05E148
Black with #05E148
Text Example
Text Example
White with #05E148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E148; }
p { color: rgb(5,225,72); }
H1.HeaderClassName
{
color: #05E148;
}
.AnyTagClassName
{
color: #05E148;
}
</style>
background-color css
<style>
a { background-color: #05E148; }
a { background-color: rgb(5,225,72); }
div.DivClassName
{
background-color: #05E148;
}
.BgClassName
{
background-color: #05E148;
}
</style>
border-color css
<style>
span { border-color: #05E148; }
span { border-color: rgb(5,225,72); }
td.TdClassName
{
border-color: #05E148;
}
.TagClassName
{
border-color: #05E148;
}
</style>