Shades of Malachite #34EC5E
Tints of Malachite #34EC5E
RGB
CMYK
RGB Variations
Color information
#34EC5E (or 0x34EC5E) is known color: Malachite. HEX triplet: 34, EC and 5E. RGB value is (52,236,94). Sum of RGB (Red+Green+Blue) = 52+236+94=382 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.61% from 382); Green value is 236 (92.58% from 255 or 61.78% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34EC5E is #CB13A1. Grayscale: #A5A5A5. Windows color (decimal): -13308834 or 6220852. OLE color: 6220852.
HSL color Cylindrical-coordinate representation of color #34EC5E: hue angle of 133.7º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EC5E is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 94 | - |
| CMYK | 0.78 | 0 | 0.60 | 0.07 |
| HSL | 133.7º | 0.83% | 0.56% | - |
| HSV(B) | 133.7º | 0.78% | 0.93% | - |
| XYZ | 33.43 | 61.53 | 20.7 | - |
| YUV | 164.8 | 88.04 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 94 | 0.78 | 0 | 0.60 | 0.07 | 133.7 | 0.83 | 0.56 |
| Hex | 34 | EC | 5E | 4E | 0 | 3C | 7 | 86 | 53 | 38 |
| Octal | 64 | 354 | 136 | 116 | 0 | 74 | 7 | 206 | 123 | 70 |
| Binary | 110100 | 11101100 | 1011110 | 1001110 | 0 | 111100 | 111 | 10000110 | 1010011 | 111000 |
Color Harmonies of #34EC5E
Complementary color
Monochromatic Colors of #34EC5E
Black with #34EC5E
Text Example
Text Example
White with #34EC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EC5E; }
p { color: rgb(52,236,94); }
H1.HeaderClassName
{
color: #34EC5E;
}
.AnyTagClassName
{
color: #34EC5E;
}
</style>
background-color css
<style>
a { background-color: #34EC5E; }
a { background-color: rgb(52,236,94); }
div.DivClassName
{
background-color: #34EC5E;
}
.BgClassName
{
background-color: #34EC5E;
}
</style>
border-color css
<style>
span { border-color: #34EC5E; }
span { border-color: rgb(52,236,94); }
td.TdClassName
{
border-color: #34EC5E;
}
.TagClassName
{
border-color: #34EC5E;
}
</style>