Shades of Malachite #34EE5E
Tints of Malachite #34EE5E
RGB
CMYK
RGB Variations
Color information
#34EE5E (or 0x34EE5E) is known color: Malachite. HEX triplet: 34, EE and 5E. RGB value is (52,238,94). Sum of RGB (Red+Green+Blue) = 52+238+94=384 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.54% from 384); Green value is 238 (93.36% from 255 or 61.98% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 238 - color contains mainly: green. Hex color #34EE5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34EE5E is #CB11A1. Grayscale: #A6A6A6. Windows color (decimal): -13308322 or 6221364. OLE color: 6221364.
HSL color Cylindrical-coordinate representation of color #34EE5E: hue angle of 133.55º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EE5E is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 238 | 94 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.07 |
| HSL | 133.55º | 0.85% | 0.57% | - |
| HSV(B) | 133.55º | 0.78% | 0.93% | - |
| XYZ | 34.01 | 62.69 | 20.9 | - |
| YUV | 165.97 | 87.38 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 238 | 94 | 0.78 | 0 | 0.61 | 0.07 | 133.55 | 0.85 | 0.57 |
| Hex | 34 | EE | 5E | 4E | 0 | 3D | 7 | 86 | 55 | 39 |
| Octal | 64 | 356 | 136 | 116 | 0 | 75 | 7 | 206 | 125 | 71 |
| Binary | 110100 | 11101110 | 1011110 | 1001110 | 0 | 111101 | 111 | 10000110 | 1010101 | 111001 |
Color Harmonies of #34EE5E
Complementary color
Monochromatic Colors of #34EE5E
Black with #34EE5E
Text Example
Text Example
White with #34EE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EE5E; }
p { color: rgb(52,238,94); }
H1.HeaderClassName
{
color: #34EE5E;
}
.AnyTagClassName
{
color: #34EE5E;
}
</style>
background-color css
<style>
a { background-color: #34EE5E; }
a { background-color: rgb(52,238,94); }
div.DivClassName
{
background-color: #34EE5E;
}
.BgClassName
{
background-color: #34EE5E;
}
</style>
border-color css
<style>
span { border-color: #34EE5E; }
span { border-color: rgb(52,238,94); }
td.TdClassName
{
border-color: #34EE5E;
}
.TagClassName
{
border-color: #34EE5E;
}
</style>