#32D775

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

Shades of Emerald #32D775

Tints of Emerald #32D775

Color information

#32D775 (or 0x32D775) is unknown color: approx Emerald. HEX triplet: 32, D7 and 75. RGB value is (50,215,117). Sum of RGB (Red+Green+Blue) = 50+215+117=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 215 (84.38% from 255 or 56.28% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 215 - color contains mainly: green. Hex color #32D775 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D775 is #CD288A. Grayscale: #9A9A9A. Windows color (decimal): -13445259 or 7722802. OLE color: 7722802.

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

Color convert

RGB50215117-
CMYK0.7700.460.16
HSL144.36º67.35%51.96%-
HSV(B)144.36º76.74%84.31%-
XYZ28.8350.5625.07-
YUV154.49106.8453.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.09%
GREEN value IS 215 (84.38% from 255) = 56.28%
BLUE value IS 117 (46.09% from 255) = 30.63%
R=13.09%
G=56.28%
B=30.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal502151170.7700.460.16144.3667.3551.96
Hex32D7754D02E10904334
Octal623271651150562022010364
Binary1100101101011111101011001101010111010000100100001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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