#32D776

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

Shades of Emerald #32D776

Tints of Emerald #32D776

Color information

#32D776 (or 0x32D776) is unknown color: approx Emerald. HEX triplet: 32, D7 and 76. RGB value is (50,215,118). Sum of RGB (Red+Green+Blue) = 50+215+118=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 215 (84.38% from 255 or 56.14% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 215 - color contains mainly: green. Hex color #32D776 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D776 is #CD2889. Grayscale: #9A9A9A. Windows color (decimal): -13445258 or 7788338. OLE color: 7788338.

HSL color Cylindrical-coordinate representation of color #32D776: hue angle of 144.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D776 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB50215118-
CMYK0.7700.450.16
HSL144.73º67.35%51.96%-
HSV(B)144.73º76.74%84.31%-
XYZ28.8950.5925.38-
YUV154.61107.3453.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.05%
GREEN value IS 215 (84.38% from 255) = 56.14%
BLUE value IS 118 (46.48% from 255) = 30.81%
R=13.05%
G=56.14%
B=30.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal502151180.7700.450.16144.7367.3551.96
Hex32D7764D02D10914334
Octal623271661150552022110364
Binary1100101101011111101101001101010110110000100100011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,215,118); }

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

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

 a { background-color: rgb(50,215,118); }

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

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

 span { border-color: rgb(50,215,118); }

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