Shades of Emerald #34E474
Tints of Emerald #34E474
RGB
CMYK
RGB Variations
Color information
#34E474 (or 0x34E474) is known color: Emerald. HEX triplet: 34, E4 and 74. RGB value is (52,228,116). Sum of RGB (Red+Green+Blue) = 52+228+116=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 228 (89.45% from 255 or 57.58% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 228 - color contains mainly: green. Hex color #34E474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E474 is #CB1B8B. Grayscale: #A2A2A2. Windows color (decimal): -13310860 or 7660596. OLE color: 7660596.
HSL color Cylindrical-coordinate representation of color #34E474: hue angle of 141.82º 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 #34E474 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 228 | 116 | - |
| CMYK | 0.77 | 0 | 0.49 | 0.11 |
| HSL | 141.82º | 0.77% | 0.55% | - |
| HSV(B) | 141.82º | 0.77% | 0.89% | - |
| XYZ | 32.31 | 57.48 | 25.91 | - |
| YUV | 162.61 | 101.69 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 228 | 116 | 0.77 | 0 | 0.49 | 0.11 | 141.82 | 0.77 | 0.55 |
| Hex | 34 | E4 | 74 | 4D | 0 | 31 | B | 8E | 4D | 37 |
| Octal | 64 | 344 | 164 | 115 | 0 | 61 | 13 | 216 | 115 | 67 |
| Binary | 110100 | 11100100 | 1110100 | 1001101 | 0 | 110001 | 1011 | 10001110 | 1001101 | 110111 |
Color Harmonies of #34E474
Complementary color
Monochromatic Colors of #34E474
Black with #34E474
Text Example
Text Example
White with #34E474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E474; }
p { color: rgb(52,228,116); }
H1.HeaderClassName
{
color: #34E474;
}
.AnyTagClassName
{
color: #34E474;
}
</style>
background-color css
<style>
a { background-color: #34E474; }
a { background-color: rgb(52,228,116); }
div.DivClassName
{
background-color: #34E474;
}
.BgClassName
{
background-color: #34E474;
}
</style>
border-color css
<style>
span { border-color: #34E474; }
span { border-color: rgb(52,228,116); }
td.TdClassName
{
border-color: #34E474;
}
.TagClassName
{
border-color: #34E474;
}
</style>