#34DF7C

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

Shades of Emerald #34DF7C

Tints of Emerald #34DF7C

Color information

#34DF7C (or 0x34DF7C) is unknown color: approx Emerald. HEX triplet: 34, DF and 7C. RGB value is (52,223,124). Sum of RGB (Red+Green+Blue) = 52+223+124=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 223 (87.5% from 255 or 55.89% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 223 - color contains mainly: green. Hex color #34DF7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DF7C is #CB2083. Grayscale: #A0A0A0. Windows color (decimal): -13312132 or 8183604. OLE color: 8183604.

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

Color convert

RGB52223124-
CMYK0.7700.440.13
HSL145.26º72.77%53.92%-
HSV(B)145.26º76.68%87.45%-
XYZ31.4454.9628.02-
YUV160.58107.3550.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.03%
GREEN value IS 223 (87.5% from 255) = 55.89%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=13.03%
G=55.89%
B=31.08%

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
Decimal522231240.7700.440.13145.2672.7753.92
Hex34DF7C4D02CD914936
Octal643371741150541522111166
Binary110100110111111111100100110101011001101100100011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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