#32D971

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

Shades of Emerald #32D971

Tints of Emerald #32D971

Color information

#32D971 (or 0x32D971) is unknown color: approx Emerald. HEX triplet: 32, D9 and 71. RGB value is (50,217,113). Sum of RGB (Red+Green+Blue) = 50+217+113=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 217 (85.16% from 255 or 57.11% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 217 - color contains mainly: green. Hex color #32D971 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D971 is #CD268E. Grayscale: #9B9B9B. Windows color (decimal): -13444751 or 7461170. OLE color: 7461170.

HSL color Cylindrical-coordinate representation of color #32D971: hue angle of 142.63º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D971 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB50217113-
CMYK0.7700.480.15
HSL142.63º68.72%52.35%-
HSV(B)142.63º76.96%85.1%-
XYZ29.1151.524.03-
YUV155.21104.1752.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.16%
GREEN value IS 217 (85.16% from 255) = 57.11%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=13.16%
G=57.11%
B=29.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal502171130.7700.480.15142.6368.7252.35
Hex32D9714D030F8f4534
Octal623311611150601721710564
Binary110010110110011110001100110101100001111100011111000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,217,113); }

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

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

 a { background-color: rgb(50,217,113); }

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

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

 span { border-color: rgb(50,217,113); }

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