Shades of Malachite #34DD5E
Tints of Malachite #34DD5E
RGB
CMYK
RGB Variations
Color information
#34DD5E (or 0x34DD5E) is known color: Malachite. HEX triplet: 34, DD and 5E. RGB value is (52,221,94). Sum of RGB (Red+Green+Blue) = 52+221+94=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 221 (86.72% from 255 or 60.22% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DD5E is #CB22A1. Grayscale: #9C9C9C. Windows color (decimal): -13312674 or 6217012. OLE color: 6217012.
HSL color Cylindrical-coordinate representation of color #34DD5E: hue angle of 134.91º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DD5E is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 94 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.13 |
| HSL | 134.91º | 0.71% | 0.54% | - |
| HSV(B) | 134.91º | 0.76% | 0.87% | - |
| XYZ | 29.29 | 53.25 | 19.32 | - |
| YUV | 155.99 | 93.01 | 53.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 94 | 0.76 | 0 | 0.57 | 0.13 | 134.91 | 0.71 | 0.54 |
| Hex | 34 | DD | 5E | 4C | 0 | 39 | D | 87 | 47 | 36 |
| Octal | 64 | 335 | 136 | 114 | 0 | 71 | 15 | 207 | 107 | 66 |
| Binary | 110100 | 11011101 | 1011110 | 1001100 | 0 | 111001 | 1101 | 10000111 | 1000111 | 110110 |
Color Harmonies of #34DD5E
Complementary color
Monochromatic Colors of #34DD5E
Black with #34DD5E
Text Example
Text Example
White with #34DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DD5E; }
p { color: rgb(52,221,94); }
H1.HeaderClassName
{
color: #34DD5E;
}
.AnyTagClassName
{
color: #34DD5E;
}
</style>
background-color css
<style>
a { background-color: #34DD5E; }
a { background-color: rgb(52,221,94); }
div.DivClassName
{
background-color: #34DD5E;
}
.BgClassName
{
background-color: #34DD5E;
}
</style>
border-color css
<style>
span { border-color: #34DD5E; }
span { border-color: rgb(52,221,94); }
td.TdClassName
{
border-color: #34DD5E;
}
.TagClassName
{
border-color: #34DD5E;
}
</style>