Shades of Emerald #34EF70
Tints of Emerald #34EF70
RGB
CMYK
RGB Variations
Color information
#34EF70 (or 0x34EF70) is known color: Emerald. HEX triplet: 34, EF and 70. RGB value is (52,239,112). Sum of RGB (Red+Green+Blue) = 52+239+112=403 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.90% from 403); Green value is 239 (93.75% from 255 or 59.31% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 239 - color contains mainly: green. Hex color #34EF70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34EF70 is #CB108F. Grayscale: #A8A8A8. Windows color (decimal): -13308048 or 7401268. OLE color: 7401268.
HSL color Cylindrical-coordinate representation of color #34EF70: hue angle of 139.25º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EF70 is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 239 | 112 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.06 |
| HSL | 139.25º | 0.85% | 0.57% | - |
| HSV(B) | 139.25º | 0.78% | 0.94% | - |
| XYZ | 35.21 | 63.63 | 25.76 | - |
| YUV | 168.61 | 96.05 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 239 | 112 | 0.78 | 0 | 0.53 | 0.06 | 139.25 | 0.85 | 0.57 |
| Hex | 34 | EF | 70 | 4E | 0 | 35 | 6 | 8B | 55 | 39 |
| Octal | 64 | 357 | 160 | 116 | 0 | 65 | 6 | 213 | 125 | 71 |
| Binary | 110100 | 11101111 | 1110000 | 1001110 | 0 | 110101 | 110 | 10001011 | 1010101 | 111001 |
Color Harmonies of #34EF70
Complementary color
Monochromatic Colors of #34EF70
Black with #34EF70
Text Example
Text Example
White with #34EF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EF70; }
p { color: rgb(52,239,112); }
H1.HeaderClassName
{
color: #34EF70;
}
.AnyTagClassName
{
color: #34EF70;
}
</style>
background-color css
<style>
a { background-color: #34EF70; }
a { background-color: rgb(52,239,112); }
div.DivClassName
{
background-color: #34EF70;
}
.BgClassName
{
background-color: #34EF70;
}
</style>
border-color css
<style>
span { border-color: #34EF70; }
span { border-color: rgb(52,239,112); }
td.TdClassName
{
border-color: #34EF70;
}
.TagClassName
{
border-color: #34EF70;
}
</style>