Shades of Malachite #34EC5D
Tints of Malachite #34EC5D
RGB
CMYK
RGB Variations
Color information
#34EC5D (or 0x34EC5D) is known color: Malachite. HEX triplet: 34, EC and 5D. RGB value is (52,236,93). Sum of RGB (Red+Green+Blue) = 52+236+93=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 236 (92.58% from 255 or 61.94% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34EC5D is #CB13A2. Grayscale: #A5A5A5. Windows color (decimal): -13308835 or 6155316. OLE color: 6155316.
HSL color Cylindrical-coordinate representation of color #34EC5D: hue angle of 133.37º 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 #34EC5D is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 93 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.07 |
| HSL | 133.37º | 0.83% | 0.56% | - |
| HSV(B) | 133.37º | 0.78% | 0.93% | - |
| XYZ | 33.39 | 61.51 | 20.47 | - |
| YUV | 164.68 | 87.54 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 93 | 0.78 | 0 | 0.61 | 0.07 | 133.37 | 0.83 | 0.56 |
| Hex | 34 | EC | 5D | 4E | 0 | 3D | 7 | 85 | 53 | 38 |
| Octal | 64 | 354 | 135 | 116 | 0 | 75 | 7 | 205 | 123 | 70 |
| Binary | 110100 | 11101100 | 1011101 | 1001110 | 0 | 111101 | 111 | 10000101 | 1010011 | 111000 |
Color Harmonies of #34EC5D
Complementary color
Monochromatic Colors of #34EC5D
Black with #34EC5D
Text Example
Text Example
White with #34EC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EC5D; }
p { color: rgb(52,236,93); }
H1.HeaderClassName
{
color: #34EC5D;
}
.AnyTagClassName
{
color: #34EC5D;
}
</style>
background-color css
<style>
a { background-color: #34EC5D; }
a { background-color: rgb(52,236,93); }
div.DivClassName
{
background-color: #34EC5D;
}
.BgClassName
{
background-color: #34EC5D;
}
</style>
border-color css
<style>
span { border-color: #34EC5D; }
span { border-color: rgb(52,236,93); }
td.TdClassName
{
border-color: #34EC5D;
}
.TagClassName
{
border-color: #34EC5D;
}
</style>