#34DF7D

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

Shades of Emerald #34DF7D

Tints of Emerald #34DF7D

Color information

#34DF7D (or 0x34DF7D) is unknown color: approx Emerald. HEX triplet: 34, DF and 7D. RGB value is (52,223,125). Sum of RGB (Red+Green+Blue) = 52+223+125=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 223 (87.5% from 255 or 55.75% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 223 - color contains mainly: green. Hex color #34DF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DF7D is #CB2082. Grayscale: #A0A0A0. Windows color (decimal): -13312131 or 8249140. OLE color: 8249140.

HSL color Cylindrical-coordinate representation of color #34DF7D: hue angle of 145.61º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DF7D is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB52223125-
CMYK0.7700.440.13
HSL145.61º72.77%53.92%-
HSV(B)145.61º76.68%87.45%-
XYZ31.5154.9928.35-
YUV160.7107.8550.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13%
GREEN value IS 223 (87.5% from 255) = 55.75%
BLUE value IS 125 (49.22% from 255) = 31.25%
R=13%
G=55.75%
B=31.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal522231250.7700.440.13145.6172.7753.92
Hex34DF7D4D02CD924936
Octal643371751150541522211166
Binary110100110111111111101100110101011001101100100101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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