#80E187

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

Shades of Pastel Green #80E187

Tints of Pastel Green #80E187

Color information

#80E187 (or 0x80E187) is unknown color: approx Pastel Green. HEX triplet: 80, E1 and 87. RGB value is (128,225,135). Sum of RGB (Red+Green+Blue) = 128+225+135=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #80E187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E187 is #7F1E78. Grayscale: #BABABA. Windows color (decimal): -8330873 or 8905088. OLE color: 8905088.

HSL color Cylindrical-coordinate representation of color #80E187: hue angle of 124.33º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E187 is Cyan = 0.43, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.12.

Color convert

RGB128225135-
CMYK0.4300.40.12
HSL124.33º61.78%69.22%-
HSV(B)124.33º43.11%88.24%-
XYZ40.260.1932.42-
YUV185.7499.3686.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.23%
GREEN value IS 225 (88.28% from 255) = 46.11%
BLUE value IS 135 (53.12% from 255) = 27.66%
R=26.23%
G=46.11%
B=27.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1282251350.4300.40.12124.3361.7869.22
Hex80E1872B028C7c3e45
Octal200341207530501417476105
Binary1000000011100001100001111010110101000110011111001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,225,135); }

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

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

 a { background-color: rgb(128,225,135); }

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

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

 span { border-color: rgb(128,225,135); }

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