Shades of Emerald #34D95E
Tints of Emerald #34D95E
RGB
CMYK
RGB Variations
Color information
#34D95E (or 0x34D95E) is known color: Emerald. HEX triplet: 34, D9 and 5E. RGB value is (52,217,94). Sum of RGB (Red+Green+Blue) = 52+217+94=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 217 (85.16% from 255 or 59.78% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 217 - color contains mainly: green. Hex color #34D95E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D95E is #CB26A1. Grayscale: #999999. Windows color (decimal): -13313698 or 6215988. OLE color: 6215988.
HSL color Cylindrical-coordinate representation of color #34D95E: hue angle of 135.27º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D95E is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 217 | 94 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.15 |
| HSL | 135.27º | 0.68% | 0.53% | - |
| HSV(B) | 135.27º | 0.76% | 0.85% | - |
| XYZ | 28.25 | 51.16 | 18.98 | - |
| YUV | 153.64 | 94.34 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 217 | 94 | 0.76 | 0 | 0.57 | 0.15 | 135.27 | 0.68 | 0.53 |
| Hex | 34 | D9 | 5E | 4C | 0 | 39 | F | 87 | 44 | 35 |
| Octal | 64 | 331 | 136 | 114 | 0 | 71 | 17 | 207 | 104 | 65 |
| Binary | 110100 | 11011001 | 1011110 | 1001100 | 0 | 111001 | 1111 | 10000111 | 1000100 | 110101 |
Color Harmonies of #34D95E
Complementary color
Monochromatic Colors of #34D95E
Black with #34D95E
Text Example
Text Example
White with #34D95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D95E; }
p { color: rgb(52,217,94); }
H1.HeaderClassName
{
color: #34D95E;
}
.AnyTagClassName
{
color: #34D95E;
}
</style>
background-color css
<style>
a { background-color: #34D95E; }
a { background-color: rgb(52,217,94); }
div.DivClassName
{
background-color: #34D95E;
}
.BgClassName
{
background-color: #34D95E;
}
</style>
border-color css
<style>
span { border-color: #34D95E; }
span { border-color: rgb(52,217,94); }
td.TdClassName
{
border-color: #34D95E;
}
.TagClassName
{
border-color: #34D95E;
}
</style>