Shades of Emerald #34EE6C
Tints of Emerald #34EE6C
RGB
CMYK
RGB Variations
Color information
#34EE6C (or 0x34EE6C) is known color: Emerald. HEX triplet: 34, EE and 6C. RGB value is (52,238,108). Sum of RGB (Red+Green+Blue) = 52+238+108=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 238 (93.36% from 255 or 59.80% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 238 - color contains mainly: green. Hex color #34EE6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34EE6C is #CB1193. Grayscale: #A7A7A7. Windows color (decimal): -13308308 or 7138868. OLE color: 7138868.
HSL color Cylindrical-coordinate representation of color #34EE6C: hue angle of 138.06º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EE6C is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 238 | 108 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.07 |
| HSL | 138.06º | 0.85% | 0.57% | - |
| HSV(B) | 138.06º | 0.78% | 0.93% | - |
| XYZ | 34.7 | 62.96 | 24.51 | - |
| YUV | 167.57 | 94.38 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 238 | 108 | 0.78 | 0 | 0.55 | 0.07 | 138.06 | 0.85 | 0.57 |
| Hex | 34 | EE | 6C | 4E | 0 | 37 | 7 | 8A | 55 | 39 |
| Octal | 64 | 356 | 154 | 116 | 0 | 67 | 7 | 212 | 125 | 71 |
| Binary | 110100 | 11101110 | 1101100 | 1001110 | 0 | 110111 | 111 | 10001010 | 1010101 | 111001 |
Color Harmonies of #34EE6C
Complementary color
Monochromatic Colors of #34EE6C
Black with #34EE6C
Text Example
Text Example
White with #34EE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EE6C; }
p { color: rgb(52,238,108); }
H1.HeaderClassName
{
color: #34EE6C;
}
.AnyTagClassName
{
color: #34EE6C;
}
</style>
background-color css
<style>
a { background-color: #34EE6C; }
a { background-color: rgb(52,238,108); }
div.DivClassName
{
background-color: #34EE6C;
}
.BgClassName
{
background-color: #34EE6C;
}
</style>
border-color css
<style>
span { border-color: #34EE6C; }
span { border-color: rgb(52,238,108); }
td.TdClassName
{
border-color: #34EE6C;
}
.TagClassName
{
border-color: #34EE6C;
}
</style>