Shades of Malachite #05E350
Tints of Malachite #05E350
RGB
CMYK
RGB Variations
Color information
#05E350 (or 0x05E350) is known color: Malachite. HEX triplet: 05, E3 and 50. RGB value is (5,227,80). Sum of RGB (Red+Green+Blue) = 5+227+80=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 227 (89.06% from 255 or 72.76% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 227 - color contains mainly: green. Hex color #05E350 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05E350 is #FA1CAF. Grayscale: #909090. Windows color (decimal): -16391344 or 5300997. OLE color: 5300997.
HSL color Cylindrical-coordinate representation of color #05E350: hue angle of 140.27º 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 #05E350 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 227 | 80 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.11 |
| HSL | 140.27º | 0.96% | 0.45% | - |
| HSV(B) | 140.27º | 0.98% | 0.89% | - |
| XYZ | 28.98 | 55.55 | 16.78 | - |
| YUV | 143.86 | 91.95 | 28.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 227 | 80 | 0.98 | 0 | 0.65 | 0.11 | 140.27 | 0.96 | 0.45 |
| Hex | 5 | E3 | 50 | 62 | 0 | 41 | B | 8C | 60 | 2D |
| Octal | 5 | 343 | 120 | 142 | 0 | 101 | 13 | 214 | 140 | 55 |
| Binary | 101 | 11100011 | 1010000 | 1100010 | 0 | 1000001 | 1011 | 10001100 | 1100000 | 101101 |
Color Harmonies of #05E350
Complementary color
Monochromatic Colors of #05E350
Black with #05E350
Text Example
Text Example
White with #05E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E350; }
p { color: rgb(5,227,80); }
H1.HeaderClassName
{
color: #05E350;
}
.AnyTagClassName
{
color: #05E350;
}
</style>
background-color css
<style>
a { background-color: #05E350; }
a { background-color: rgb(5,227,80); }
div.DivClassName
{
background-color: #05E350;
}
.BgClassName
{
background-color: #05E350;
}
</style>
border-color css
<style>
span { border-color: #05E350; }
span { border-color: rgb(5,227,80); }
td.TdClassName
{
border-color: #05E350;
}
.TagClassName
{
border-color: #05E350;
}
</style>