#34EB6E

Color #34EB6E Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #34EB6E

Tints of Emerald #34EB6E

Color information

#34EB6E (or 0x34EB6E) is unknown color: approx Emerald. HEX triplet: 34, EB and 6E. RGB value is (52,235,110). Sum of RGB (Red+Green+Blue) = 52+235+110=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 235 (92.19% from 255 or 59.19% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 235 - color contains mainly: green. Hex color #34EB6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34EB6E is #CB1491. Grayscale: #A6A6A6. Windows color (decimal): -13309074 or 7269172. OLE color: 7269172.

HSL color Cylindrical-coordinate representation of color #34EB6E: hue angle of 139.02º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EB6E is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB52235110-
CMYK0.7800.530.08
HSL139.02º82.06%56.27%-
HSV(B)139.02º77.87%92.16%-
XYZ33.9461.2724.79-
YUV166.0396.3746.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 13.10%
GREEN value IS 235 (92.19% from 255) = 59.19%
BLUE value IS 110 (43.36% from 255) = 27.71%
R=13.10%
G=59.19%
B=27.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal522351100.7800.530.08139.0282.0656.27
Hex34EB6E4E03588b5238
Octal643531561160651021312270
Binary110100111010111101110100111001101011000100010111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34EB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34EB6E; }

 p { color: rgb(52,235,110); }

 H1.HeaderClassName
 {
   color: #34EB6E;
 }
 .AnyTagClassName
 {
   color: #34EB6E;
 }
</style>
background-color css

<style>
 a { background-color: #34EB6E; }

 a { background-color: rgb(52,235,110); }

 div.DivClassName
 {
   background-color: #34EB6E;
 }
 .BgClassName
 {
   background-color: #34EB6E;
 }
</style>
border-color css

<style>
 span { border-color: #34EB6E; }

 span { border-color: rgb(52,235,110); }

 td.TdClassName
 {
   border-color: #34EB6E;
 }
 .TagClassName
 {
   border-color: #34EB6E;
 }
</style>