Shades of Malachite #34DD58
Tints of Malachite #34DD58
RGB
CMYK
RGB Variations
Color information
#34DD58 (or 0x34DD58) is known color: Malachite. HEX triplet: 34, DD and 58. RGB value is (52,221,88). Sum of RGB (Red+Green+Blue) = 52+221+88=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 221 (86.72% from 255 or 61.22% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DD58 is #CB22A7. Grayscale: #9B9B9B. Windows color (decimal): -13312680 or 5823796. OLE color: 5823796.
HSL color Cylindrical-coordinate representation of color #34DD58: hue angle of 132.78º 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 #34DD58 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 221 | 88 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.13 |
| HSL | 132.78º | 0.71% | 0.54% | - |
| HSV(B) | 132.78º | 0.76% | 0.87% | - |
| XYZ | 29.03 | 53.15 | 17.96 | - |
| YUV | 155.31 | 90.01 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 221 | 88 | 0.76 | 0 | 0.60 | 0.13 | 132.78 | 0.71 | 0.54 |
| Hex | 34 | DD | 58 | 4C | 0 | 3C | D | 85 | 47 | 36 |
| Octal | 64 | 335 | 130 | 114 | 0 | 74 | 15 | 205 | 107 | 66 |
| Binary | 110100 | 11011101 | 1011000 | 1001100 | 0 | 111100 | 1101 | 10000101 | 1000111 | 110110 |
Color Harmonies of #34DD58
Complementary color
Monochromatic Colors of #34DD58
Black with #34DD58
Text Example
Text Example
White with #34DD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DD58; }
p { color: rgb(52,221,88); }
H1.HeaderClassName
{
color: #34DD58;
}
.AnyTagClassName
{
color: #34DD58;
}
</style>
background-color css
<style>
a { background-color: #34DD58; }
a { background-color: rgb(52,221,88); }
div.DivClassName
{
background-color: #34DD58;
}
.BgClassName
{
background-color: #34DD58;
}
</style>
border-color css
<style>
span { border-color: #34DD58; }
span { border-color: rgb(52,221,88); }
td.TdClassName
{
border-color: #34DD58;
}
.TagClassName
{
border-color: #34DD58;
}
</style>