Shades of Emerald #34E875
Tints of Emerald #34E875
RGB
CMYK
RGB Variations
Color information
#34E875 (or 0x34E875) is known color: Emerald. HEX triplet: 34, E8 and 75. RGB value is (52,232,117). Sum of RGB (Red+Green+Blue) = 52+232+117=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 232 (91.02% from 255 or 57.86% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 232 - color contains mainly: green. Hex color #34E875 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34E875 is #CB178A. Grayscale: #A5A5A5. Windows color (decimal): -13309835 or 7727156. OLE color: 7727156.
HSL color Cylindrical-coordinate representation of color #34E875: hue angle of 141.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E875 is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 232 | 117 | - |
| CMYK | 0.78 | 0 | 0.50 | 0.09 |
| HSL | 141.67º | 0.8% | 0.56% | - |
| HSV(B) | 141.67º | 0.78% | 0.91% | - |
| XYZ | 33.48 | 59.73 | 26.59 | - |
| YUV | 165.07 | 100.87 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 232 | 117 | 0.78 | 0 | 0.50 | 0.09 | 141.67 | 0.8 | 0.56 |
| Hex | 34 | E8 | 75 | 4E | 0 | 32 | 9 | 8E | 50 | 38 |
| Octal | 64 | 350 | 165 | 116 | 0 | 62 | 11 | 216 | 120 | 70 |
| Binary | 110100 | 11101000 | 1110101 | 1001110 | 0 | 110010 | 1001 | 10001110 | 1010000 | 111000 |
Color Harmonies of #34E875
Complementary color
Monochromatic Colors of #34E875
Black with #34E875
Text Example
Text Example
White with #34E875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E875; }
p { color: rgb(52,232,117); }
H1.HeaderClassName
{
color: #34E875;
}
.AnyTagClassName
{
color: #34E875;
}
</style>
background-color css
<style>
a { background-color: #34E875; }
a { background-color: rgb(52,232,117); }
div.DivClassName
{
background-color: #34E875;
}
.BgClassName
{
background-color: #34E875;
}
</style>
border-color css
<style>
span { border-color: #34E875; }
span { border-color: rgb(52,232,117); }
td.TdClassName
{
border-color: #34E875;
}
.TagClassName
{
border-color: #34E875;
}
</style>