#80E97F

Color #80E97F Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #80E97F

Tints of Pastel Green #80E97F

Color information

#80E97F (or 0x80E97F) is unknown color: approx Pastel Green. HEX triplet: 80, E9 and 7F. RGB value is (128,233,127). Sum of RGB (Red+Green+Blue) = 128+233+127=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #80E97F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E97F is #7F1680. Grayscale: #BDBDBD. Windows color (decimal): -8328833 or 8382848. OLE color: 8382848.

HSL color Cylindrical-coordinate representation of color #80E97F: hue angle of 119.43º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E97F is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB128233127-
CMYK0.4500.450.09
HSL119.43º70.67%70.59%-
HSV(B)119.43º45.49%91.37%-
XYZ41.8764.430.3-
YUV189.5292.7184.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.23%
GREEN value IS 233 (91.41% from 255) = 47.75%
BLUE value IS 127 (50% from 255) = 26.02%
R=26.23%
G=47.75%
B=26.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1282331270.4500.450.09119.4370.6770.59
Hex80E97F2D02D9774747
Octal2003511775505511167107107
Binary1000000011101001111111110110101011011001111011110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80E97F; }

 p { color: rgb(128,233,127); }

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

<style>
 a { background-color: #80E97F; }

 a { background-color: rgb(128,233,127); }

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

<style>
 span { border-color: #80E97F; }

 span { border-color: rgb(128,233,127); }

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