#32DD6D

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

Shades of Emerald #32DD6D

Tints of Emerald #32DD6D

Color information

#32DD6D (or 0x32DD6D) is unknown color: approx Emerald. HEX triplet: 32, DD and 6D. RGB value is (50,221,109). Sum of RGB (Red+Green+Blue) = 50+221+109=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 221 (86.72% from 255 or 58.16% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DD6D is #CD2292. Grayscale: #9D9D9D. Windows color (decimal): -13443731 or 7200050. OLE color: 7200050.

HSL color Cylindrical-coordinate representation of color #32DD6D: hue angle of 140.7º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DD6D is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB50221109-
CMYK0.7700.510.13
HSL140.7º71.55%53.14%-
HSV(B)140.7º77.38%86.67%-
XYZ29.9353.523.22-
YUV157.1100.8551.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.16%
GREEN value IS 221 (86.72% from 255) = 58.16%
BLUE value IS 109 (42.97% from 255) = 28.68%
R=13.16%
G=58.16%
B=28.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal502211090.7700.510.13140.771.5553.14
Hex32DD6D4D033D8d4835
Octal623351551150631521511065
Binary110010110111011101101100110101100111101100011011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32DD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32DD6D; }

 p { color: rgb(50,221,109); }

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

<style>
 a { background-color: #32DD6D; }

 a { background-color: rgb(50,221,109); }

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

<style>
 span { border-color: #32DD6D; }

 span { border-color: rgb(50,221,109); }

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