Shades of Malachite #05EC52
Tints of Malachite #05EC52
RGB
CMYK
RGB Variations
Color information
#05EC52 (or 0x05EC52) is known color: Malachite. HEX triplet: 05, EC and 52. RGB value is (5,236,82). Sum of RGB (Red+Green+Blue) = 5+236+82=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 236 (92.58% from 255 or 73.07% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 236 - color contains mainly: green. Hex color #05EC52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05EC52 is #FA13AD. Grayscale: #959595. Windows color (decimal): -16389038 or 5434373. OLE color: 5434373.
HSL color Cylindrical-coordinate representation of color #05EC52: hue angle of 140º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EC52 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 236 | 82 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.07 |
| HSL | 140º | 0.96% | 0.47% | - |
| HSV(B) | 140º | 0.98% | 0.93% | - |
| XYZ | 31.58 | 60.63 | 18.02 | - |
| YUV | 149.38 | 89.97 | 25.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 236 | 82 | 0.98 | 0 | 0.65 | 0.07 | 140 | 0.96 | 0.47 |
| Hex | 5 | EC | 52 | 62 | 0 | 41 | 7 | 8C | 60 | 2F |
| Octal | 5 | 354 | 122 | 142 | 0 | 101 | 7 | 214 | 140 | 57 |
| Binary | 101 | 11101100 | 1010010 | 1100010 | 0 | 1000001 | 111 | 10001100 | 1100000 | 101111 |
Color Harmonies of #05EC52
Complementary color
Monochromatic Colors of #05EC52
Black with #05EC52
Text Example
Text Example
White with #05EC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EC52; }
p { color: rgb(5,236,82); }
H1.HeaderClassName
{
color: #05EC52;
}
.AnyTagClassName
{
color: #05EC52;
}
</style>
background-color css
<style>
a { background-color: #05EC52; }
a { background-color: rgb(5,236,82); }
div.DivClassName
{
background-color: #05EC52;
}
.BgClassName
{
background-color: #05EC52;
}
</style>
border-color css
<style>
span { border-color: #05EC52; }
span { border-color: rgb(5,236,82); }
td.TdClassName
{
border-color: #05EC52;
}
.TagClassName
{
border-color: #05EC52;
}
</style>