Shades of Emerald #34E77F
Tints of Emerald #34E77F
RGB
CMYK
RGB Variations
Color information
#34E77F (or 0x34E77F) is known color: Emerald. HEX triplet: 34, E7 and 7F. RGB value is (52,231,127). Sum of RGB (Red+Green+Blue) = 52+231+127=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 231 (90.62% from 255 or 56.34% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 231 - color contains mainly: green. Hex color #34E77F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34E77F is #CB1880. Grayscale: #A5A5A5. Windows color (decimal): -13310081 or 8382260. OLE color: 8382260.
HSL color Cylindrical-coordinate representation of color #34E77F: hue angle of 145.14º 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 #34E77F is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 231 | 127 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.09 |
| HSL | 145.14º | 0.79% | 0.55% | - |
| HSV(B) | 145.14º | 0.77% | 0.91% | - |
| XYZ | 33.82 | 59.41 | 29.76 | - |
| YUV | 165.62 | 106.2 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 231 | 127 | 0.77 | 0 | 0.45 | 0.09 | 145.14 | 0.79 | 0.55 |
| Hex | 34 | E7 | 7F | 4D | 0 | 2D | 9 | 91 | 4F | 37 |
| Octal | 64 | 347 | 177 | 115 | 0 | 55 | 11 | 221 | 117 | 67 |
| Binary | 110100 | 11100111 | 1111111 | 1001101 | 0 | 101101 | 1001 | 10010001 | 1001111 | 110111 |
Color Harmonies of #34E77F
Complementary color
Monochromatic Colors of #34E77F
Black with #34E77F
Text Example
Text Example
White with #34E77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E77F; }
p { color: rgb(52,231,127); }
H1.HeaderClassName
{
color: #34E77F;
}
.AnyTagClassName
{
color: #34E77F;
}
</style>
background-color css
<style>
a { background-color: #34E77F; }
a { background-color: rgb(52,231,127); }
div.DivClassName
{
background-color: #34E77F;
}
.BgClassName
{
background-color: #34E77F;
}
</style>
border-color css
<style>
span { border-color: #34E77F; }
span { border-color: rgb(52,231,127); }
td.TdClassName
{
border-color: #34E77F;
}
.TagClassName
{
border-color: #34E77F;
}
</style>