Shades of Malachite #34DD59
Tints of Malachite #34DD59
RGB
CMYK
RGB Variations
Color information
#34DD59 (or 0x34DD59) is known color: Malachite. HEX triplet: 34, DD and 59. RGB value is (52,221,89). Sum of RGB (Red+Green+Blue) = 52+221+89=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 221 (86.72% from 255 or 61.05% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DD59 is #CB22A6. Grayscale: #9B9B9B. Windows color (decimal): -13312679 or 5889332. OLE color: 5889332.
HSL color Cylindrical-coordinate representation of color #34DD59: hue angle of 133.14º 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 #34DD59 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 89 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.13 |
| HSL | 133.14º | 0.71% | 0.54% | - |
| HSV(B) | 133.14º | 0.76% | 0.87% | - |
| XYZ | 29.08 | 53.16 | 18.18 | - |
| YUV | 155.42 | 90.51 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 89 | 0.76 | 0 | 0.60 | 0.13 | 133.14 | 0.71 | 0.54 |
| Hex | 34 | DD | 59 | 4C | 0 | 3C | D | 85 | 47 | 36 |
| Octal | 64 | 335 | 131 | 114 | 0 | 74 | 15 | 205 | 107 | 66 |
| Binary | 110100 | 11011101 | 1011001 | 1001100 | 0 | 111100 | 1101 | 10000101 | 1000111 | 110110 |
Color Harmonies of #34DD59
Complementary color
Monochromatic Colors of #34DD59
Black with #34DD59
Text Example
Text Example
White with #34DD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DD59; }
p { color: rgb(52,221,89); }
H1.HeaderClassName
{
color: #34DD59;
}
.AnyTagClassName
{
color: #34DD59;
}
</style>
background-color css
<style>
a { background-color: #34DD59; }
a { background-color: rgb(52,221,89); }
div.DivClassName
{
background-color: #34DD59;
}
.BgClassName
{
background-color: #34DD59;
}
</style>
border-color css
<style>
span { border-color: #34DD59; }
span { border-color: rgb(52,221,89); }
td.TdClassName
{
border-color: #34DD59;
}
.TagClassName
{
border-color: #34DD59;
}
</style>