Shades of Malachite #05E334
Tints of Malachite #05E334
RGB
CMYK
RGB Variations
Color information
#05E334 (or 0x05E334) is known color: Malachite. HEX triplet: 05, E3 and 34. RGB value is (5,227,52). Sum of RGB (Red+Green+Blue) = 5+227+52=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 227 (89.06% from 255 or 79.93% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 227 - color contains mainly: green. Hex color #05E334 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05E334 is #FA1CCB. Grayscale: #8D8D8D. Windows color (decimal): -16391372 or 3465989. OLE color: 3465989.
HSL color Cylindrical-coordinate representation of color #05E334: hue angle of 132.7º 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 #05E334 is Cyan = 0.98, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 5 | 227 | 52 | - |
| CMYK | 0.98 | 0 | 0.77 | 0.11 |
| HSL | 132.7º | 0.96% | 0.45% | - |
| HSV(B) | 132.7º | 0.98% | 0.89% | - |
| XYZ | 28.15 | 55.22 | 12.42 | - |
| YUV | 140.67 | 77.95 | 31.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 227 | 52 | 0.98 | 0 | 0.77 | 0.11 | 132.7 | 0.96 | 0.45 |
| Hex | 5 | E3 | 34 | 62 | 0 | 4D | B | 85 | 60 | 2D |
| Octal | 5 | 343 | 64 | 142 | 0 | 115 | 13 | 205 | 140 | 55 |
| Binary | 101 | 11100011 | 110100 | 1100010 | 0 | 1001101 | 1011 | 10000101 | 1100000 | 101101 |
Color Harmonies of #05E334
Complementary color
Monochromatic Colors of #05E334
Black with #05E334
Text Example
Text Example
White with #05E334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E334; }
p { color: rgb(5,227,52); }
H1.HeaderClassName
{
color: #05E334;
}
.AnyTagClassName
{
color: #05E334;
}
</style>
background-color css
<style>
a { background-color: #05E334; }
a { background-color: rgb(5,227,52); }
div.DivClassName
{
background-color: #05E334;
}
.BgClassName
{
background-color: #05E334;
}
</style>
border-color css
<style>
span { border-color: #05E334; }
span { border-color: rgb(5,227,52); }
td.TdClassName
{
border-color: #05E334;
}
.TagClassName
{
border-color: #05E334;
}
</style>