Shades of Malachite #34EF5D
Tints of Malachite #34EF5D
RGB
CMYK
RGB Variations
Color information
#34EF5D (or 0x34EF5D) is known color: Malachite. HEX triplet: 34, EF and 5D. RGB value is (52,239,93). Sum of RGB (Red+Green+Blue) = 52+239+93=384 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.54% from 384); Green value is 239 (93.75% from 255 or 62.24% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 239 - color contains mainly: green. Hex color #34EF5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34EF5D is #CB10A2. Grayscale: #A6A6A6. Windows color (decimal): -13308067 or 6156084. OLE color: 6156084.
HSL color Cylindrical-coordinate representation of color #34EF5D: hue angle of 133.16º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EF5D is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 239 | 93 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.06 |
| HSL | 133.16º | 0.85% | 0.57% | - |
| HSV(B) | 133.16º | 0.78% | 0.94% | - |
| XYZ | 34.26 | 63.25 | 20.76 | - |
| YUV | 166.44 | 86.55 | 46.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 239 | 93 | 0.78 | 0 | 0.61 | 0.06 | 133.16 | 0.85 | 0.57 |
| Hex | 34 | EF | 5D | 4E | 0 | 3D | 6 | 85 | 55 | 39 |
| Octal | 64 | 357 | 135 | 116 | 0 | 75 | 6 | 205 | 125 | 71 |
| Binary | 110100 | 11101111 | 1011101 | 1001110 | 0 | 111101 | 110 | 10000101 | 1010101 | 111001 |
Color Harmonies of #34EF5D
Complementary color
Monochromatic Colors of #34EF5D
Black with #34EF5D
Text Example
Text Example
White with #34EF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EF5D; }
p { color: rgb(52,239,93); }
H1.HeaderClassName
{
color: #34EF5D;
}
.AnyTagClassName
{
color: #34EF5D;
}
</style>
background-color css
<style>
a { background-color: #34EF5D; }
a { background-color: rgb(52,239,93); }
div.DivClassName
{
background-color: #34EF5D;
}
.BgClassName
{
background-color: #34EF5D;
}
</style>
border-color css
<style>
span { border-color: #34EF5D; }
span { border-color: rgb(52,239,93); }
td.TdClassName
{
border-color: #34EF5D;
}
.TagClassName
{
border-color: #34EF5D;
}
</style>