Shades of Emerald #34D964
Tints of Emerald #34D964
RGB
CMYK
RGB Variations
Color information
#34D964 (or 0x34D964) is known color: Emerald. HEX triplet: 34, D9 and 64. RGB value is (52,217,100). Sum of RGB (Red+Green+Blue) = 52+217+100=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 217 (85.16% from 255 or 58.81% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 217 - color contains mainly: green. Hex color #34D964 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D964 is #CB269B. Grayscale: #9A9A9A. Windows color (decimal): -13313692 or 6609204. OLE color: 6609204.
HSL color Cylindrical-coordinate representation of color #34D964: hue angle of 137.45º 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 #34D964 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 217 | 100 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.15 |
| HSL | 137.45º | 0.68% | 0.53% | - |
| HSV(B) | 137.45º | 0.76% | 0.85% | - |
| XYZ | 28.53 | 51.28 | 20.45 | - |
| YUV | 154.33 | 97.34 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 217 | 100 | 0.76 | 0 | 0.54 | 0.15 | 137.45 | 0.68 | 0.53 |
| Hex | 34 | D9 | 64 | 4C | 0 | 36 | F | 89 | 44 | 35 |
| Octal | 64 | 331 | 144 | 114 | 0 | 66 | 17 | 211 | 104 | 65 |
| Binary | 110100 | 11011001 | 1100100 | 1001100 | 0 | 110110 | 1111 | 10001001 | 1000100 | 110101 |
Color Harmonies of #34D964
Complementary color
Monochromatic Colors of #34D964
Black with #34D964
Text Example
Text Example
White with #34D964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D964; }
p { color: rgb(52,217,100); }
H1.HeaderClassName
{
color: #34D964;
}
.AnyTagClassName
{
color: #34D964;
}
</style>
background-color css
<style>
a { background-color: #34D964; }
a { background-color: rgb(52,217,100); }
div.DivClassName
{
background-color: #34D964;
}
.BgClassName
{
background-color: #34D964;
}
</style>
border-color css
<style>
span { border-color: #34D964; }
span { border-color: rgb(52,217,100); }
td.TdClassName
{
border-color: #34D964;
}
.TagClassName
{
border-color: #34D964;
}
</style>