Shades of Malachite #34DC5A
Tints of Malachite #34DC5A
RGB
CMYK
RGB Variations
Color information
#34DC5A (or 0x34DC5A) is known color: Malachite. HEX triplet: 34, DC and 5A. RGB value is (52,220,90). Sum of RGB (Red+Green+Blue) = 52+220+90=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 220 (86.33% from 255 or 60.77% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 220 - color contains mainly: green. Hex color #34DC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DC5A is #CB23A5. Grayscale: #9B9B9B. Windows color (decimal): -13312934 or 5954612. OLE color: 5954612.
HSL color Cylindrical-coordinate representation of color #34DC5A: hue angle of 133.57º 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 #34DC5A is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 90 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.14 |
| HSL | 133.57º | 0.71% | 0.53% | - |
| HSV(B) | 133.57º | 0.76% | 0.86% | - |
| XYZ | 28.85 | 52.65 | 18.32 | - |
| YUV | 154.95 | 91.34 | 54.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 90 | 0.76 | 0 | 0.59 | 0.14 | 133.57 | 0.71 | 0.53 |
| Hex | 34 | DC | 5A | 4C | 0 | 3B | E | 86 | 47 | 35 |
| Octal | 64 | 334 | 132 | 114 | 0 | 73 | 16 | 206 | 107 | 65 |
| Binary | 110100 | 11011100 | 1011010 | 1001100 | 0 | 111011 | 1110 | 10000110 | 1000111 | 110101 |
Color Harmonies of #34DC5A
Complementary color
Monochromatic Colors of #34DC5A
Black with #34DC5A
Text Example
Text Example
White with #34DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DC5A; }
p { color: rgb(52,220,90); }
H1.HeaderClassName
{
color: #34DC5A;
}
.AnyTagClassName
{
color: #34DC5A;
}
</style>
background-color css
<style>
a { background-color: #34DC5A; }
a { background-color: rgb(52,220,90); }
div.DivClassName
{
background-color: #34DC5A;
}
.BgClassName
{
background-color: #34DC5A;
}
</style>
border-color css
<style>
span { border-color: #34DC5A; }
span { border-color: rgb(52,220,90); }
td.TdClassName
{
border-color: #34DC5A;
}
.TagClassName
{
border-color: #34DC5A;
}
</style>