Shades of Emerald #34D773
Tints of Emerald #34D773
RGB
CMYK
RGB Variations
Color information
#34D773 (or 0x34D773) is known color: Emerald. HEX triplet: 34, D7 and 73. RGB value is (52,215,115). Sum of RGB (Red+Green+Blue) = 52+215+115=382 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.61% from 382); Green value is 215 (84.38% from 255 or 56.28% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 215 - color contains mainly: green. Hex color #34D773 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D773 is #CB288C. Grayscale: #9B9B9B. Windows color (decimal): -13314189 or 7591732. OLE color: 7591732.
HSL color Cylindrical-coordinate representation of color #34D773: hue angle of 143.19º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D773 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 215 | 115 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.16 |
| HSL | 143.19º | 0.67% | 0.52% | - |
| HSV(B) | 143.19º | 0.76% | 0.84% | - |
| XYZ | 28.81 | 50.57 | 24.46 | - |
| YUV | 154.86 | 105.5 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 215 | 115 | 0.76 | 0 | 0.47 | 0.16 | 143.19 | 0.67 | 0.52 |
| Hex | 34 | D7 | 73 | 4C | 0 | 2F | 10 | 8F | 43 | 34 |
| Octal | 64 | 327 | 163 | 114 | 0 | 57 | 20 | 217 | 103 | 64 |
| Binary | 110100 | 11010111 | 1110011 | 1001100 | 0 | 101111 | 10000 | 10001111 | 1000011 | 110100 |
Color Harmonies of #34D773
Complementary color
Monochromatic Colors of #34D773
Black with #34D773
Text Example
Text Example
White with #34D773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D773; }
p { color: rgb(52,215,115); }
H1.HeaderClassName
{
color: #34D773;
}
.AnyTagClassName
{
color: #34D773;
}
</style>
background-color css
<style>
a { background-color: #34D773; }
a { background-color: rgb(52,215,115); }
div.DivClassName
{
background-color: #34D773;
}
.BgClassName
{
background-color: #34D773;
}
</style>
border-color css
<style>
span { border-color: #34D773; }
span { border-color: rgb(52,215,115); }
td.TdClassName
{
border-color: #34D773;
}
.TagClassName
{
border-color: #34D773;
}
</style>