Shades of Malachite #34DC5C
Tints of Malachite #34DC5C
RGB
CMYK
RGB Variations
Color information
#34DC5C (or 0x34DC5C) is known color: Malachite. HEX triplet: 34, DC and 5C. RGB value is (52,220,92). Sum of RGB (Red+Green+Blue) = 52+220+92=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 220 (86.33% from 255 or 60.44% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 220 - color contains mainly: green. Hex color #34DC5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DC5C is #CB23A3. Grayscale: #9B9B9B. Windows color (decimal): -13312932 or 6085684. OLE color: 6085684.
HSL color Cylindrical-coordinate representation of color #34DC5C: hue angle of 134.29º 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 #34DC5C is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 92 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.14 |
| HSL | 134.29º | 0.71% | 0.53% | - |
| HSV(B) | 134.29º | 0.76% | 0.86% | - |
| XYZ | 28.94 | 52.69 | 18.77 | - |
| YUV | 155.18 | 92.34 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 92 | 0.76 | 0 | 0.58 | 0.14 | 134.29 | 0.71 | 0.53 |
| Hex | 34 | DC | 5C | 4C | 0 | 3A | E | 86 | 47 | 35 |
| Octal | 64 | 334 | 134 | 114 | 0 | 72 | 16 | 206 | 107 | 65 |
| Binary | 110100 | 11011100 | 1011100 | 1001100 | 0 | 111010 | 1110 | 10000110 | 1000111 | 110101 |
Color Harmonies of #34DC5C
Complementary color
Monochromatic Colors of #34DC5C
Black with #34DC5C
Text Example
Text Example
White with #34DC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DC5C; }
p { color: rgb(52,220,92); }
H1.HeaderClassName
{
color: #34DC5C;
}
.AnyTagClassName
{
color: #34DC5C;
}
</style>
background-color css
<style>
a { background-color: #34DC5C; }
a { background-color: rgb(52,220,92); }
div.DivClassName
{
background-color: #34DC5C;
}
.BgClassName
{
background-color: #34DC5C;
}
</style>
border-color css
<style>
span { border-color: #34DC5C; }
span { border-color: rgb(52,220,92); }
td.TdClassName
{
border-color: #34DC5C;
}
.TagClassName
{
border-color: #34DC5C;
}
</style>