Shades of Emerald #34E866
Tints of Emerald #34E866
RGB
CMYK
RGB Variations
Color information
#34E866 (or 0x34E866) is known color: Emerald. HEX triplet: 34, E8 and 66. RGB value is (52,232,102). Sum of RGB (Red+Green+Blue) = 52+232+102=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 232 (91.02% from 255 or 60.10% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 232 - color contains mainly: green. Hex color #34E866 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34E866 is #CB1799. Grayscale: #A3A3A3. Windows color (decimal): -13309850 or 6744116. OLE color: 6744116.
HSL color Cylindrical-coordinate representation of color #34E866: hue angle of 136.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 #34E866 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 232 | 102 | - |
| CMYK | 0.78 | 0 | 0.56 | 0.09 |
| HSL | 136.67º | 0.8% | 0.56% | - |
| HSV(B) | 136.67º | 0.78% | 0.91% | - |
| XYZ | 32.67 | 59.4 | 22.31 | - |
| YUV | 163.36 | 93.37 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 232 | 102 | 0.78 | 0 | 0.56 | 0.09 | 136.67 | 0.8 | 0.56 |
| Hex | 34 | E8 | 66 | 4E | 0 | 38 | 9 | 89 | 50 | 38 |
| Octal | 64 | 350 | 146 | 116 | 0 | 70 | 11 | 211 | 120 | 70 |
| Binary | 110100 | 11101000 | 1100110 | 1001110 | 0 | 111000 | 1001 | 10001001 | 1010000 | 111000 |
Color Harmonies of #34E866
Complementary color
Monochromatic Colors of #34E866
Black with #34E866
Text Example
Text Example
White with #34E866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E866; }
p { color: rgb(52,232,102); }
H1.HeaderClassName
{
color: #34E866;
}
.AnyTagClassName
{
color: #34E866;
}
</style>
background-color css
<style>
a { background-color: #34E866; }
a { background-color: rgb(52,232,102); }
div.DivClassName
{
background-color: #34E866;
}
.BgClassName
{
background-color: #34E866;
}
</style>
border-color css
<style>
span { border-color: #34E866; }
span { border-color: rgb(52,232,102); }
td.TdClassName
{
border-color: #34E866;
}
.TagClassName
{
border-color: #34E866;
}
</style>