#34DD6C

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

Shades of Emerald #34DD6C

Tints of Emerald #34DD6C

Color information

#34DD6C (or 0x34DD6C) is unknown color: approx Emerald. HEX triplet: 34, DD and 6C. RGB value is (52,221,108). Sum of RGB (Red+Green+Blue) = 52+221+108=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DD6C is #CB2293. Grayscale: #9D9D9D. Windows color (decimal): -13312660 or 7134516. OLE color: 7134516.

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

Color convert

RGB52221108-
CMYK0.7600.510.13
HSL139.88º71.31%53.53%-
HSV(B)139.88º76.47%86.67%-
XYZ29.9853.5322.94-
YUV157.59100.0152.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.65%
GREEN value IS 221 (86.72% from 255) = 58.01%
BLUE value IS 108 (42.58% from 255) = 28.35%
R=13.65%
G=58.01%
B=28.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal522211080.7600.510.13139.8871.3153.53
Hex34DD6C4C033D8c4736
Octal643351541140631521410766
Binary110100110111011101100100110001100111101100011001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,221,108); }

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

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

 a { background-color: rgb(52,221,108); }

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

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

 span { border-color: rgb(52,221,108); }

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