#34E87D

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

Shades of Emerald #34E87D

Tints of Emerald #34E87D

Color information

#34E87D (or 0x34E87D) is unknown color: approx Emerald. HEX triplet: 34, E8 and 7D. RGB value is (52,232,125). Sum of RGB (Red+Green+Blue) = 52+232+125=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 232 (91.02% from 255 or 56.72% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 232 - color contains mainly: green. Hex color #34E87D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34E87D is #CB1782. Grayscale: #A6A6A6. Windows color (decimal): -13309827 or 8251444. OLE color: 8251444.

HSL color Cylindrical-coordinate representation of color #34E87D: hue angle of 144.33º 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 #34E87D is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB52232125-
CMYK0.7800.460.09
HSL144.33º79.65%55.69%-
HSV(B)144.33º77.59%90.98%-
XYZ33.9759.9229.18-
YUV165.98104.8746.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.71%
GREEN value IS 232 (91.02% from 255) = 56.72%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=12.71%
G=56.72%
B=30.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal522321250.7800.460.09144.3379.6555.69
Hex34E87D4E02E9905038
Octal643501751160561122012070
Binary110100111010001111101100111001011101001100100001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,232,125); }

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

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

 a { background-color: rgb(52,232,125); }

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

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

 span { border-color: rgb(52,232,125); }

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