#32DC6D

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

Shades of Emerald #32DC6D

Tints of Emerald #32DC6D

Color information

#32DC6D (or 0x32DC6D) is unknown color: approx Emerald. HEX triplet: 32, DC and 6D. RGB value is (50,220,109). Sum of RGB (Red+Green+Blue) = 50+220+109=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DC6D is #CD2392. Grayscale: #9C9C9C. Windows color (decimal): -13443987 or 7199794. OLE color: 7199794.

HSL color Cylindrical-coordinate representation of color #32DC6D: hue angle of 140.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DC6D is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB50220109-
CMYK0.7700.500.14
HSL140.82º70.83%52.94%-
HSV(B)140.82º77.27%86.27%-
XYZ29.6752.9723.13-
YUV156.52101.1852.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.19%
GREEN value IS 220 (86.33% from 255) = 58.05%
BLUE value IS 109 (42.97% from 255) = 28.76%
R=13.19%
G=58.05%
B=28.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal502201090.7700.500.14140.8270.8352.94
Hex32DC6D4D032E8d4735
Octal623341551150621621510765
Binary110010110111001101101100110101100101110100011011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32DC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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