Shades of Malachite #05E552
Tints of Malachite #05E552
RGB
CMYK
RGB Variations
Color information
#05E552 (or 0x05E552) is known color: Malachite. HEX triplet: 05, E5 and 52. RGB value is (5,229,82). Sum of RGB (Red+Green+Blue) = 5+229+82=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 229 (89.84% from 255 or 72.47% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 229 - color contains mainly: green. Hex color #05E552 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05E552 is #FA1AAD. Grayscale: #919191. Windows color (decimal): -16390830 or 5432581. OLE color: 5432581.
HSL color Cylindrical-coordinate representation of color #05E552: hue angle of 140.62º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E552 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 229 | 82 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.10 |
| HSL | 140.63º | 0.96% | 0.46% | - |
| HSV(B) | 140.63º | 0.98% | 0.9% | - |
| XYZ | 29.6 | 56.68 | 17.36 | - |
| YUV | 145.27 | 92.29 | 27.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 229 | 82 | 0.98 | 0 | 0.64 | 0.10 | 140.63 | 0.96 | 0.46 |
| Hex | 5 | E5 | 52 | 62 | 0 | 40 | A | 8D | 60 | 2E |
| Octal | 5 | 345 | 122 | 142 | 0 | 100 | 12 | 215 | 140 | 56 |
| Binary | 101 | 11100101 | 1010010 | 1100010 | 0 | 1000000 | 1010 | 10001101 | 1100000 | 101110 |
Color Harmonies of #05E552
Complementary color
Monochromatic Colors of #05E552
Black with #05E552
Text Example
Text Example
White with #05E552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05E552; }
p { color: rgb(5,229,82); }
H1.HeaderClassName
{
color: #05E552;
}
.AnyTagClassName
{
color: #05E552;
}
</style>
background-color css
<style>
a { background-color: #05E552; }
a { background-color: rgb(5,229,82); }
div.DivClassName
{
background-color: #05E552;
}
.BgClassName
{
background-color: #05E552;
}
</style>
border-color css
<style>
span { border-color: #05E552; }
span { border-color: rgb(5,229,82); }
td.TdClassName
{
border-color: #05E552;
}
.TagClassName
{
border-color: #05E552;
}
</style>