Shades of Malachite #34EC61
Tints of Malachite #34EC61
RGB
CMYK
RGB Variations
Color information
#34EC61 (or 0x34EC61) is known color: Malachite. HEX triplet: 34, EC and 61. RGB value is (52,236,97). Sum of RGB (Red+Green+Blue) = 52+236+97=385 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.51% from 385); Green value is 236 (92.58% from 255 or 61.30% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34EC61 is #CB139E. Grayscale: #A5A5A5. Windows color (decimal): -13308831 or 6417460. OLE color: 6417460.
HSL color Cylindrical-coordinate representation of color #34EC61: hue angle of 134.67º 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 #34EC61 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 97 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.07 |
| HSL | 134.67º | 0.83% | 0.56% | - |
| HSV(B) | 134.67º | 0.78% | 0.93% | - |
| XYZ | 33.57 | 61.58 | 21.43 | - |
| YUV | 165.14 | 89.54 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 97 | 0.78 | 0 | 0.59 | 0.07 | 134.67 | 0.83 | 0.56 |
| Hex | 34 | EC | 61 | 4E | 0 | 3B | 7 | 87 | 53 | 38 |
| Octal | 64 | 354 | 141 | 116 | 0 | 73 | 7 | 207 | 123 | 70 |
| Binary | 110100 | 11101100 | 1100001 | 1001110 | 0 | 111011 | 111 | 10000111 | 1010011 | 111000 |
Color Harmonies of #34EC61
Complementary color
Monochromatic Colors of #34EC61
Black with #34EC61
Text Example
Text Example
White with #34EC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EC61; }
p { color: rgb(52,236,97); }
H1.HeaderClassName
{
color: #34EC61;
}
.AnyTagClassName
{
color: #34EC61;
}
</style>
background-color css
<style>
a { background-color: #34EC61; }
a { background-color: rgb(52,236,97); }
div.DivClassName
{
background-color: #34EC61;
}
.BgClassName
{
background-color: #34EC61;
}
</style>
border-color css
<style>
span { border-color: #34EC61; }
span { border-color: rgb(52,236,97); }
td.TdClassName
{
border-color: #34EC61;
}
.TagClassName
{
border-color: #34EC61;
}
</style>