#80E775

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

Shades of Pastel Green #80E775

Tints of Pastel Green #80E775

Color information

#80E775 (or 0x80E775) is unknown color: approx Pastel Green. HEX triplet: 80, E7 and 75. RGB value is (128,231,117). Sum of RGB (Red+Green+Blue) = 128+231+117=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 231 (90.62% from 255 or 48.53% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 231 - color contains mainly: green. Hex color #80E775 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E775 is #7F188A. Grayscale: #BBBBBB. Windows color (decimal): -8329355 or 7726976. OLE color: 7726976.

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

Color convert

RGB128231117-
CMYK0.4500.490.09
HSL114.21º70.37%68.24%-
HSV(B)114.21º49.35%90.59%-
XYZ40.6963.0326.85-
YUV187.2188.3885.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.89%
GREEN value IS 231 (90.62% from 255) = 48.53%
BLUE value IS 117 (46.09% from 255) = 24.58%
R=26.89%
G=48.53%
B=24.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1282311170.4500.490.09114.2170.3768.24
Hex80E7752D0319724644
Octal2003471655506111162106104
Binary1000000011100111111010110110101100011001111001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,231,117); }

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

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

 a { background-color: rgb(128,231,117); }

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

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

 span { border-color: rgb(128,231,117); }

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