Shades of Malachite #34E656
Tints of Malachite #34E656
RGB
CMYK
RGB Variations
Color information
#34E656 (or 0x34E656) is known color: Malachite. HEX triplet: 34, E6 and 56. RGB value is (52,230,86). Sum of RGB (Red+Green+Blue) = 52+230+86=368 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.13% from 368); Green value is 230 (90.23% from 255 or 62.5% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 230 - color contains mainly: green. Hex color #34E656 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34E656 is #CB19A9. Grayscale: #A0A0A0. Windows color (decimal): -13310378 or 5695028. OLE color: 5695028.
HSL color Cylindrical-coordinate representation of color #34E656: hue angle of 131.46º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E656 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 230 | 86 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.10 |
| HSL | 131.46º | 0.78% | 0.55% | - |
| HSV(B) | 131.46º | 0.77% | 0.9% | - |
| XYZ | 31.39 | 58 | 18.34 | - |
| YUV | 160.36 | 86.03 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 230 | 86 | 0.77 | 0 | 0.63 | 0.10 | 131.46 | 0.78 | 0.55 |
| Hex | 34 | E6 | 56 | 4D | 0 | 3F | A | 83 | 4E | 37 |
| Octal | 64 | 346 | 126 | 115 | 0 | 77 | 12 | 203 | 116 | 67 |
| Binary | 110100 | 11100110 | 1010110 | 1001101 | 0 | 111111 | 1010 | 10000011 | 1001110 | 110111 |
Color Harmonies of #34E656
Complementary color
Monochromatic Colors of #34E656
Black with #34E656
Text Example
Text Example
White with #34E656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E656; }
p { color: rgb(52,230,86); }
H1.HeaderClassName
{
color: #34E656;
}
.AnyTagClassName
{
color: #34E656;
}
</style>
background-color css
<style>
a { background-color: #34E656; }
a { background-color: rgb(52,230,86); }
div.DivClassName
{
background-color: #34E656;
}
.BgClassName
{
background-color: #34E656;
}
</style>
border-color css
<style>
span { border-color: #34E656; }
span { border-color: rgb(52,230,86); }
td.TdClassName
{
border-color: #34E656;
}
.TagClassName
{
border-color: #34E656;
}
</style>