Shades of Malachite #34DC5D
Tints of Malachite #34DC5D
RGB
CMYK
RGB Variations
Color information
#34DC5D (or 0x34DC5D) is known color: Malachite. HEX triplet: 34, DC and 5D. RGB value is (52,220,93). Sum of RGB (Red+Green+Blue) = 52+220+93=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #34DC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DC5D is #CB23A2. Grayscale: #9B9B9B. Windows color (decimal): -13312931 or 6151220. OLE color: 6151220.
HSL color Cylindrical-coordinate representation of color #34DC5D: hue angle of 134.64º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DC5D is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 93 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.14 |
| HSL | 134.64º | 0.71% | 0.53% | - |
| HSV(B) | 134.64º | 0.76% | 0.86% | - |
| XYZ | 28.99 | 52.71 | 19 | - |
| YUV | 155.29 | 92.84 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 93 | 0.76 | 0 | 0.58 | 0.14 | 134.64 | 0.71 | 0.53 |
| Hex | 34 | DC | 5D | 4C | 0 | 3A | E | 87 | 47 | 35 |
| Octal | 64 | 334 | 135 | 114 | 0 | 72 | 16 | 207 | 107 | 65 |
| Binary | 110100 | 11011100 | 1011101 | 1001100 | 0 | 111010 | 1110 | 10000111 | 1000111 | 110101 |
Color Harmonies of #34DC5D
Complementary color
Monochromatic Colors of #34DC5D
Black with #34DC5D
Text Example
Text Example
White with #34DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DC5D; }
p { color: rgb(52,220,93); }
H1.HeaderClassName
{
color: #34DC5D;
}
.AnyTagClassName
{
color: #34DC5D;
}
</style>
background-color css
<style>
a { background-color: #34DC5D; }
a { background-color: rgb(52,220,93); }
div.DivClassName
{
background-color: #34DC5D;
}
.BgClassName
{
background-color: #34DC5D;
}
</style>
border-color css
<style>
span { border-color: #34DC5D; }
span { border-color: rgb(52,220,93); }
td.TdClassName
{
border-color: #34DC5D;
}
.TagClassName
{
border-color: #34DC5D;
}
</style>