Shades of Emerald #34D968
Tints of Emerald #34D968
RGB
CMYK
RGB Variations
Color information
#34D968 (or 0x34D968) is known color: Emerald. HEX triplet: 34, D9 and 68. RGB value is (52,217,104). Sum of RGB (Red+Green+Blue) = 52+217+104=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 217 (85.16% from 255 or 58.18% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 217 - color contains mainly: green. Hex color #34D968 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D968 is #CB2697. Grayscale: #9B9B9B. Windows color (decimal): -13313688 or 6871348. OLE color: 6871348.
HSL color Cylindrical-coordinate representation of color #34D968: hue angle of 138.91º 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 #34D968 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 217 | 104 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.15 |
| HSL | 138.91º | 0.68% | 0.53% | - |
| HSV(B) | 138.91º | 0.76% | 0.85% | - |
| XYZ | 28.73 | 51.36 | 21.5 | - |
| YUV | 154.78 | 99.34 | 54.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 217 | 104 | 0.76 | 0 | 0.52 | 0.15 | 138.91 | 0.68 | 0.53 |
| Hex | 34 | D9 | 68 | 4C | 0 | 34 | F | 8B | 44 | 35 |
| Octal | 64 | 331 | 150 | 114 | 0 | 64 | 17 | 213 | 104 | 65 |
| Binary | 110100 | 11011001 | 1101000 | 1001100 | 0 | 110100 | 1111 | 10001011 | 1000100 | 110101 |
Color Harmonies of #34D968
Complementary color
Monochromatic Colors of #34D968
Black with #34D968
Text Example
Text Example
White with #34D968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D968; }
p { color: rgb(52,217,104); }
H1.HeaderClassName
{
color: #34D968;
}
.AnyTagClassName
{
color: #34D968;
}
</style>
background-color css
<style>
a { background-color: #34D968; }
a { background-color: rgb(52,217,104); }
div.DivClassName
{
background-color: #34D968;
}
.BgClassName
{
background-color: #34D968;
}
</style>
border-color css
<style>
span { border-color: #34D968; }
span { border-color: rgb(52,217,104); }
td.TdClassName
{
border-color: #34D968;
}
.TagClassName
{
border-color: #34D968;
}
</style>