Shades of Emerald #34EC7F
Tints of Emerald #34EC7F
RGB
CMYK
RGB Variations
Color information
#34EC7F (or 0x34EC7F) is known color: Emerald. HEX triplet: 34, EC and 7F. RGB value is (52,236,127). Sum of RGB (Red+Green+Blue) = 52+236+127=415 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.53% from 415); Green value is 236 (92.58% from 255 or 56.87% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34EC7F is #CB1380. Grayscale: #A8A8A8. Windows color (decimal): -13308801 or 8383540. OLE color: 8383540.
HSL color Cylindrical-coordinate representation of color #34EC7F: hue angle of 144.46º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EC7F is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 236 | 127 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.07 |
| HSL | 144.46º | 0.83% | 0.56% | - |
| HSV(B) | 144.46º | 0.78% | 0.93% | - |
| XYZ | 35.24 | 62.25 | 30.24 | - |
| YUV | 168.56 | 104.54 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 236 | 127 | 0.78 | 0 | 0.46 | 0.07 | 144.46 | 0.83 | 0.56 |
| Hex | 34 | EC | 7F | 4E | 0 | 2E | 7 | 90 | 53 | 38 |
| Octal | 64 | 354 | 177 | 116 | 0 | 56 | 7 | 220 | 123 | 70 |
| Binary | 110100 | 11101100 | 1111111 | 1001110 | 0 | 101110 | 111 | 10010000 | 1010011 | 111000 |
Color Harmonies of #34EC7F
Complementary color
Monochromatic Colors of #34EC7F
Black with #34EC7F
Text Example
Text Example
White with #34EC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EC7F; }
p { color: rgb(52,236,127); }
H1.HeaderClassName
{
color: #34EC7F;
}
.AnyTagClassName
{
color: #34EC7F;
}
</style>
background-color css
<style>
a { background-color: #34EC7F; }
a { background-color: rgb(52,236,127); }
div.DivClassName
{
background-color: #34EC7F;
}
.BgClassName
{
background-color: #34EC7F;
}
</style>
border-color css
<style>
span { border-color: #34EC7F; }
span { border-color: rgb(52,236,127); }
td.TdClassName
{
border-color: #34EC7F;
}
.TagClassName
{
border-color: #34EC7F;
}
</style>