Shades of Emerald #34E771
Tints of Emerald #34E771
RGB
CMYK
RGB Variations
Color information
#34E771 (or 0x34E771) is known color: Emerald. HEX triplet: 34, E7 and 71. RGB value is (52,231,113). Sum of RGB (Red+Green+Blue) = 52+231+113=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 231 (90.62% from 255 or 58.33% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 231 - color contains mainly: green. Hex color #34E771 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34E771 is #CB188E. Grayscale: #A4A4A4. Windows color (decimal): -13310095 or 7464756. OLE color: 7464756.
HSL color Cylindrical-coordinate representation of color #34E771: hue angle of 140.45º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E771 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 231 | 113 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.09 |
| HSL | 140.45º | 0.79% | 0.55% | - |
| HSV(B) | 140.45º | 0.77% | 0.91% | - |
| XYZ | 32.97 | 59.07 | 25.29 | - |
| YUV | 164.03 | 99.2 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 231 | 113 | 0.77 | 0 | 0.51 | 0.09 | 140.45 | 0.79 | 0.55 |
| Hex | 34 | E7 | 71 | 4D | 0 | 33 | 9 | 8C | 4F | 37 |
| Octal | 64 | 347 | 161 | 115 | 0 | 63 | 11 | 214 | 117 | 67 |
| Binary | 110100 | 11100111 | 1110001 | 1001101 | 0 | 110011 | 1001 | 10001100 | 1001111 | 110111 |
Color Harmonies of #34E771
Complementary color
Monochromatic Colors of #34E771
Black with #34E771
Text Example
Text Example
White with #34E771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E771; }
p { color: rgb(52,231,113); }
H1.HeaderClassName
{
color: #34E771;
}
.AnyTagClassName
{
color: #34E771;
}
</style>
background-color css
<style>
a { background-color: #34E771; }
a { background-color: rgb(52,231,113); }
div.DivClassName
{
background-color: #34E771;
}
.BgClassName
{
background-color: #34E771;
}
</style>
border-color css
<style>
span { border-color: #34E771; }
span { border-color: rgb(52,231,113); }
td.TdClassName
{
border-color: #34E771;
}
.TagClassName
{
border-color: #34E771;
}
</style>