Shades of Malachite #34E25D
Tints of Malachite #34E25D
RGB
CMYK
RGB Variations
Color information
#34E25D (or 0x34E25D) is known color: Malachite. HEX triplet: 34, E2 and 5D. RGB value is (52,226,93). Sum of RGB (Red+Green+Blue) = 52+226+93=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 226 (88.67% from 255 or 60.92% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 226 - color contains mainly: green. Hex color #34E25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E25D is #CB1DA2. Grayscale: #9F9F9F. Windows color (decimal): -13311395 or 6152756. OLE color: 6152756.
HSL color Cylindrical-coordinate representation of color #34E25D: hue angle of 134.14º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E25D is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 226 | 93 | - |
| CMYK | 0.77 | 0 | 0.59 | 0.11 |
| HSL | 134.14º | 0.75% | 0.55% | - |
| HSV(B) | 134.14º | 0.77% | 0.89% | - |
| XYZ | 30.59 | 55.91 | 19.54 | - |
| YUV | 158.81 | 90.85 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 226 | 93 | 0.77 | 0 | 0.59 | 0.11 | 134.14 | 0.75 | 0.55 |
| Hex | 34 | E2 | 5D | 4D | 0 | 3B | B | 86 | 4B | 37 |
| Octal | 64 | 342 | 135 | 115 | 0 | 73 | 13 | 206 | 113 | 67 |
| Binary | 110100 | 11100010 | 1011101 | 1001101 | 0 | 111011 | 1011 | 10000110 | 1001011 | 110111 |
Color Harmonies of #34E25D
Complementary color
Monochromatic Colors of #34E25D
Black with #34E25D
Text Example
Text Example
White with #34E25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E25D; }
p { color: rgb(52,226,93); }
H1.HeaderClassName
{
color: #34E25D;
}
.AnyTagClassName
{
color: #34E25D;
}
</style>
background-color css
<style>
a { background-color: #34E25D; }
a { background-color: rgb(52,226,93); }
div.DivClassName
{
background-color: #34E25D;
}
.BgClassName
{
background-color: #34E25D;
}
</style>
border-color css
<style>
span { border-color: #34E25D; }
span { border-color: rgb(52,226,93); }
td.TdClassName
{
border-color: #34E25D;
}
.TagClassName
{
border-color: #34E25D;
}
</style>