Shades of Malachite #34E256
Tints of Malachite #34E256
RGB
CMYK
RGB Variations
Color information
#34E256 (or 0x34E256) is known color: Malachite. HEX triplet: 34, E2 and 56. RGB value is (52,226,86). Sum of RGB (Red+Green+Blue) = 52+226+86=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 226 (88.67% from 255 or 62.09% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 226 - color contains mainly: green. Hex color #34E256 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E256 is #CB1DA9. Grayscale: #9E9E9E. Windows color (decimal): -13311402 or 5694004. OLE color: 5694004.
HSL color Cylindrical-coordinate representation of color #34E256: hue angle of 131.72º 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 #34E256 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 226 | 86 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.11 |
| HSL | 131.72º | 0.75% | 0.55% | - |
| HSV(B) | 131.72º | 0.77% | 0.89% | - |
| XYZ | 30.29 | 55.79 | 17.98 | - |
| YUV | 158.01 | 87.35 | 52.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 226 | 86 | 0.77 | 0 | 0.62 | 0.11 | 131.72 | 0.75 | 0.55 |
| Hex | 34 | E2 | 56 | 4D | 0 | 3E | B | 84 | 4B | 37 |
| Octal | 64 | 342 | 126 | 115 | 0 | 76 | 13 | 204 | 113 | 67 |
| Binary | 110100 | 11100010 | 1010110 | 1001101 | 0 | 111110 | 1011 | 10000100 | 1001011 | 110111 |
Color Harmonies of #34E256
Complementary color
Monochromatic Colors of #34E256
Black with #34E256
Text Example
Text Example
White with #34E256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E256; }
p { color: rgb(52,226,86); }
H1.HeaderClassName
{
color: #34E256;
}
.AnyTagClassName
{
color: #34E256;
}
</style>
background-color css
<style>
a { background-color: #34E256; }
a { background-color: rgb(52,226,86); }
div.DivClassName
{
background-color: #34E256;
}
.BgClassName
{
background-color: #34E256;
}
</style>
border-color css
<style>
span { border-color: #34E256; }
span { border-color: rgb(52,226,86); }
td.TdClassName
{
border-color: #34E256;
}
.TagClassName
{
border-color: #34E256;
}
</style>