Shades of Malachite #05EC34
Tints of Malachite #05EC34
RGB
CMYK
RGB Variations
Color information
#05EC34 (or 0x05EC34) is known color: Malachite. HEX triplet: 05, EC and 34. RGB value is (5,236,52). Sum of RGB (Red+Green+Blue) = 5+236+52=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 236 (92.58% from 255 or 80.55% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 236 - color contains mainly: green. Hex color #05EC34 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05EC34 is #FA13CB. Grayscale: #929292. Windows color (decimal): -16389068 or 3468293. OLE color: 3468293.
HSL color Cylindrical-coordinate representation of color #05EC34: hue angle of 132.21º 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 #05EC34 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 236 | 52 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.07 |
| HSL | 132.21º | 0.96% | 0.47% | - |
| HSV(B) | 132.21º | 0.98% | 0.93% | - |
| XYZ | 30.68 | 60.27 | 13.27 | - |
| YUV | 145.96 | 74.97 | 27.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 236 | 52 | 0.98 | 0 | 0.78 | 0.07 | 132.21 | 0.96 | 0.47 |
| Hex | 5 | EC | 34 | 62 | 0 | 4E | 7 | 84 | 60 | 2F |
| Octal | 5 | 354 | 64 | 142 | 0 | 116 | 7 | 204 | 140 | 57 |
| Binary | 101 | 11101100 | 110100 | 1100010 | 0 | 1001110 | 111 | 10000100 | 1100000 | 101111 |
Color Harmonies of #05EC34
Complementary color
Monochromatic Colors of #05EC34
Black with #05EC34
Text Example
Text Example
White with #05EC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EC34; }
p { color: rgb(5,236,52); }
H1.HeaderClassName
{
color: #05EC34;
}
.AnyTagClassName
{
color: #05EC34;
}
</style>
background-color css
<style>
a { background-color: #05EC34; }
a { background-color: rgb(5,236,52); }
div.DivClassName
{
background-color: #05EC34;
}
.BgClassName
{
background-color: #05EC34;
}
</style>
border-color css
<style>
span { border-color: #05EC34; }
span { border-color: rgb(5,236,52); }
td.TdClassName
{
border-color: #05EC34;
}
.TagClassName
{
border-color: #05EC34;
}
</style>