Shades of Emerald #34E375
Tints of Emerald #34E375
RGB
CMYK
RGB Variations
Color information
#34E375 (or 0x34E375) is known color: Emerald. HEX triplet: 34, E3 and 75. RGB value is (52,227,117). Sum of RGB (Red+Green+Blue) = 52+227+117=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 227 (89.06% from 255 or 57.32% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 227 - color contains mainly: green. Hex color #34E375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E375 is #CB1C8A. Grayscale: #A2A2A2. Windows color (decimal): -13311115 or 7725876. OLE color: 7725876.
HSL color Cylindrical-coordinate representation of color #34E375: hue angle of 142.29º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E375 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 227 | 117 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.11 |
| HSL | 142.29º | 0.76% | 0.55% | - |
| HSV(B) | 142.29º | 0.77% | 0.89% | - |
| XYZ | 32.1 | 56.95 | 26.13 | - |
| YUV | 162.14 | 102.52 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 227 | 117 | 0.77 | 0 | 0.48 | 0.11 | 142.29 | 0.76 | 0.55 |
| Hex | 34 | E3 | 75 | 4D | 0 | 30 | B | 8E | 4C | 37 |
| Octal | 64 | 343 | 165 | 115 | 0 | 60 | 13 | 216 | 114 | 67 |
| Binary | 110100 | 11100011 | 1110101 | 1001101 | 0 | 110000 | 1011 | 10001110 | 1001100 | 110111 |
Color Harmonies of #34E375
Complementary color
Monochromatic Colors of #34E375
Black with #34E375
Text Example
Text Example
White with #34E375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E375; }
p { color: rgb(52,227,117); }
H1.HeaderClassName
{
color: #34E375;
}
.AnyTagClassName
{
color: #34E375;
}
</style>
background-color css
<style>
a { background-color: #34E375; }
a { background-color: rgb(52,227,117); }
div.DivClassName
{
background-color: #34E375;
}
.BgClassName
{
background-color: #34E375;
}
</style>
border-color css
<style>
span { border-color: #34E375; }
span { border-color: rgb(52,227,117); }
td.TdClassName
{
border-color: #34E375;
}
.TagClassName
{
border-color: #34E375;
}
</style>