#80E581

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

Shades of Pastel Green #80E581

Tints of Pastel Green #80E581

Color information

#80E581 (or 0x80E581) is unknown color: approx Pastel Green. HEX triplet: 80, E5 and 81. RGB value is (128,229,129). Sum of RGB (Red+Green+Blue) = 128+229+129=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #80E581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E581 is #7F1A7E. Grayscale: #BBBBBB. Windows color (decimal): -8329855 or 8512896. OLE color: 8512896.

HSL color Cylindrical-coordinate representation of color #80E581: hue angle of 120.59º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80E581 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB128229129-
CMYK0.4400.440.10
HSL120.59º66.01%70%-
HSV(B)120.59º44.1%89.8%-
XYZ40.8862.2130.62-
YUV187.495.0485.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.34%
GREEN value IS 229 (89.84% from 255) = 47.12%
BLUE value IS 129 (50.78% from 255) = 26.54%
R=26.34%
G=47.12%
B=26.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1282291290.4400.440.10120.5966.0170
Hex80E5812C02CA794246
Octal2003452015405412171102106
Binary10000000111001011000000110110001011001010111100110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,229,129); }

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

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

 a { background-color: rgb(128,229,129); }

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

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

 span { border-color: rgb(128,229,129); }

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