#32DC7C

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

Shades of Emerald #32DC7C

Tints of Emerald #32DC7C

Color information

#32DC7C (or 0x32DC7C) is unknown color: approx Emerald. HEX triplet: 32, DC and 7C. RGB value is (50,220,124). Sum of RGB (Red+Green+Blue) = 50+220+124=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DC7C is #CD2383. Grayscale: #9E9E9E. Windows color (decimal): -13443972 or 8182834. OLE color: 8182834.

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

Color convert

RGB50220124-
CMYK0.7700.440.14
HSL146.12º70.83%52.94%-
HSV(B)146.12º77.27%86.27%-
XYZ30.5553.3227.75-
YUV158.23108.6850.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.69%
GREEN value IS 220 (86.33% from 255) = 55.84%
BLUE value IS 124 (48.83% from 255) = 31.47%
R=12.69%
G=55.84%
B=31.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal502201240.7700.440.14146.1270.8352.94
Hex32DC7C4D02CE924735
Octal623341741150541622210765
Binary110010110111001111100100110101011001110100100101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32DC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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