#34DF7E

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

Shades of Emerald #34DF7E

Tints of Emerald #34DF7E

Color information

#34DF7E (or 0x34DF7E) is unknown color: approx Emerald. HEX triplet: 34, DF and 7E. RGB value is (52,223,126). Sum of RGB (Red+Green+Blue) = 52+223+126=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #34DF7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DF7E is #CB2081. Grayscale: #A1A1A1. Windows color (decimal): -13312130 or 8314676. OLE color: 8314676.

HSL color Cylindrical-coordinate representation of color #34DF7E: hue angle of 145.96º 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 #34DF7E is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB52223126-
CMYK0.7700.430.13
HSL145.96º72.77%53.92%-
HSV(B)145.96º76.68%87.45%-
XYZ31.5755.0128.69-
YUV160.81108.3550.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.97%
GREEN value IS 223 (87.5% from 255) = 55.61%
BLUE value IS 126 (49.61% from 255) = 31.42%
R=12.97%
G=55.61%
B=31.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal522231260.7700.430.13145.9672.7753.92
Hex34DF7E4D02BD924936
Octal643371761150531522211166
Binary110100110111111111110100110101010111101100100101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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