Shades of Emerald #34E47B
Tints of Emerald #34E47B
RGB
CMYK
RGB Variations
Color information
#34E47B (or 0x34E47B) is known color: Emerald. HEX triplet: 34, E4 and 7B. RGB value is (52,228,123). Sum of RGB (Red+Green+Blue) = 52+228+123=403 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.90% from 403); Green value is 228 (89.45% from 255 or 56.58% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 228 - color contains mainly: green. Hex color #34E47B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E47B is #CB1B84. Grayscale: #A3A3A3. Windows color (decimal): -13310853 or 8119348. OLE color: 8119348.
HSL color Cylindrical-coordinate representation of color #34E47B: hue angle of 144.2º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E47B is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 228 | 123 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.11 |
| HSL | 144.2º | 0.77% | 0.55% | - |
| HSV(B) | 144.2º | 0.77% | 0.89% | - |
| XYZ | 32.73 | 57.65 | 28.14 | - |
| YUV | 163.41 | 105.19 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 228 | 123 | 0.77 | 0 | 0.46 | 0.11 | 144.2 | 0.77 | 0.55 |
| Hex | 34 | E4 | 7B | 4D | 0 | 2E | B | 90 | 4D | 37 |
| Octal | 64 | 344 | 173 | 115 | 0 | 56 | 13 | 220 | 115 | 67 |
| Binary | 110100 | 11100100 | 1111011 | 1001101 | 0 | 101110 | 1011 | 10010000 | 1001101 | 110111 |
Color Harmonies of #34E47B
Complementary color
Monochromatic Colors of #34E47B
Black with #34E47B
Text Example
Text Example
White with #34E47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E47B; }
p { color: rgb(52,228,123); }
H1.HeaderClassName
{
color: #34E47B;
}
.AnyTagClassName
{
color: #34E47B;
}
</style>
background-color css
<style>
a { background-color: #34E47B; }
a { background-color: rgb(52,228,123); }
div.DivClassName
{
background-color: #34E47B;
}
.BgClassName
{
background-color: #34E47B;
}
</style>
border-color css
<style>
span { border-color: #34E47B; }
span { border-color: rgb(52,228,123); }
td.TdClassName
{
border-color: #34E47B;
}
.TagClassName
{
border-color: #34E47B;
}
</style>