#32D76E

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

Shades of Emerald #32D76E

Tints of Emerald #32D76E

Color information

#32D76E (or 0x32D76E) is unknown color: approx Emerald. HEX triplet: 32, D7 and 6E. RGB value is (50,215,110). Sum of RGB (Red+Green+Blue) = 50+215+110=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 215 (84.38% from 255 or 57.33% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 215 - color contains mainly: green. Hex color #32D76E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D76E is #CD2891. Grayscale: #999999. Windows color (decimal): -13445266 or 7264050. OLE color: 7264050.

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

Color convert

RGB50215110-
CMYK0.7700.490.16
HSL141.82º67.35%51.96%-
HSV(B)141.82º76.74%84.31%-
XYZ28.4350.422.98-
YUV153.7103.3454.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.33%
GREEN value IS 215 (84.38% from 255) = 57.33%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=13.33%
G=57.33%
B=29.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal502151100.7700.490.16141.8267.3551.96
Hex32D76E4D031108e4334
Octal623271561150612021610364
Binary1100101101011111011101001101011000110000100011101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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