Shades of Malachite #05E14A
Tints of Malachite #05E14A
RGB
CMYK
RGB Variations
Color information
#05E14A (or 0x05E14A) is known color: Malachite. HEX triplet: 05, E1 and 4A. RGB value is (5,225,74). Sum of RGB (Red+Green+Blue) = 5+225+74=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 225 (88.28% from 255 or 74.01% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 225 - color contains mainly: green. Hex color #05E14A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05E14A is #FA1EB5. Grayscale: #8E8E8E. Windows color (decimal): -16391862 or 4907269. OLE color: 4907269.
HSL color Cylindrical-coordinate representation of color #05E14A: hue angle of 138.82º 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 #05E14A is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 225 | 74 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.12 |
| HSL | 138.82º | 0.96% | 0.45% | - |
| HSV(B) | 138.82º | 0.98% | 0.88% | - |
| XYZ | 28.22 | 54.38 | 15.49 | - |
| YUV | 142.01 | 89.61 | 30.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 225 | 74 | 0.98 | 0 | 0.67 | 0.12 | 138.82 | 0.96 | 0.45 |
| Hex | 5 | E1 | 4A | 62 | 0 | 43 | C | 8B | 60 | 2D |
| Octal | 5 | 341 | 112 | 142 | 0 | 103 | 14 | 213 | 140 | 55 |
| Binary | 101 | 11100001 | 1001010 | 1100010 | 0 | 1000011 | 1100 | 10001011 | 1100000 | 101101 |
Color Harmonies of #05E14A
Complementary color
Monochromatic Colors of #05E14A
Black with #05E14A
Text Example
Text Example
White with #05E14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E14A; }
p { color: rgb(5,225,74); }
H1.HeaderClassName
{
color: #05E14A;
}
.AnyTagClassName
{
color: #05E14A;
}
</style>
background-color css
<style>
a { background-color: #05E14A; }
a { background-color: rgb(5,225,74); }
div.DivClassName
{
background-color: #05E14A;
}
.BgClassName
{
background-color: #05E14A;
}
</style>
border-color css
<style>
span { border-color: #05E14A; }
span { border-color: rgb(5,225,74); }
td.TdClassName
{
border-color: #05E14A;
}
.TagClassName
{
border-color: #05E14A;
}
</style>