#80E475

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

Shades of Pastel Green #80E475

Tints of Pastel Green #80E475

Color information

#80E475 (or 0x80E475) is unknown color: approx Pastel Green. HEX triplet: 80, E4 and 75. RGB value is (128,228,117). Sum of RGB (Red+Green+Blue) = 128+228+117=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 228 (89.45% from 255 or 48.20% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 228 - color contains mainly: green. Hex color #80E475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E475 is #7F1B8A. Grayscale: #B9B9B9. Windows color (decimal): -8330123 or 7726208. OLE color: 7726208.

HSL color Cylindrical-coordinate representation of color #80E475: hue angle of 114.05º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80E475 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB128228117-
CMYK0.4400.490.11
HSL114.05º67.27%67.65%-
HSV(B)114.05º48.68%89.41%-
XYZ39.8661.3626.57-
YUV185.4589.3787.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.06%
GREEN value IS 228 (89.45% from 255) = 48.20%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=27.06%
G=48.20%
B=24.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1282281170.4400.490.11114.0567.2767.65
Hex80E4752C031B724344
Octal2003441655406113162103104
Binary1000000011100100111010110110001100011011111001010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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