Shades of Malachite #34E654
Tints of Malachite #34E654
RGB
CMYK
RGB Variations
Color information
#34E654 (or 0x34E654) is known color: Malachite. HEX triplet: 34, E6 and 54. RGB value is (52,230,84). Sum of RGB (Red+Green+Blue) = 52+230+84=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 230 (90.23% from 255 or 62.84% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 230 - color contains mainly: green. Hex color #34E654 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34E654 is #CB19AB. Grayscale: #A0A0A0. Windows color (decimal): -13310380 or 5563956. OLE color: 5563956.
HSL color Cylindrical-coordinate representation of color #34E654: hue angle of 130.79º 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 #34E654 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 230 | 84 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.10 |
| HSL | 130.79º | 0.78% | 0.55% | - |
| HSV(B) | 130.79º | 0.77% | 0.9% | - |
| XYZ | 31.31 | 57.96 | 17.93 | - |
| YUV | 160.13 | 85.03 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 230 | 84 | 0.77 | 0 | 0.63 | 0.10 | 130.79 | 0.78 | 0.55 |
| Hex | 34 | E6 | 54 | 4D | 0 | 3F | A | 83 | 4E | 37 |
| Octal | 64 | 346 | 124 | 115 | 0 | 77 | 12 | 203 | 116 | 67 |
| Binary | 110100 | 11100110 | 1010100 | 1001101 | 0 | 111111 | 1010 | 10000011 | 1001110 | 110111 |
Color Harmonies of #34E654
Complementary color
Monochromatic Colors of #34E654
Black with #34E654
Text Example
Text Example
White with #34E654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E654; }
p { color: rgb(52,230,84); }
H1.HeaderClassName
{
color: #34E654;
}
.AnyTagClassName
{
color: #34E654;
}
</style>
background-color css
<style>
a { background-color: #34E654; }
a { background-color: rgb(52,230,84); }
div.DivClassName
{
background-color: #34E654;
}
.BgClassName
{
background-color: #34E654;
}
</style>
border-color css
<style>
span { border-color: #34E654; }
span { border-color: rgb(52,230,84); }
td.TdClassName
{
border-color: #34E654;
}
.TagClassName
{
border-color: #34E654;
}
</style>