#80E861

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

Shades of Pastel Green #80E861

Tints of Pastel Green #80E861

Color information

#80E861 (or 0x80E861) is unknown color: approx Pastel Green. HEX triplet: 80, E8 and 61. RGB value is (128,232,97). Sum of RGB (Red+Green+Blue) = 128+232+97=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 232 (91.02% from 255 or 50.77% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 232 - color contains mainly: green. Hex color #80E861 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E861 is #7F179E. Grayscale: #B9B9B9. Windows color (decimal): -8329119 or 6416512. OLE color: 6416512.

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

Color convert

RGB12823297-
CMYK0.4500.580.09
HSL106.22º74.59%64.51%-
HSV(B)106.22º58.19%90.98%-
XYZ39.9263.1721.4-
YUV185.5178.0486.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.01%
GREEN value IS 232 (91.02% from 255) = 50.77%
BLUE value IS 97 (38.28% from 255) = 21.23%
R=28.01%
G=50.77%
B=21.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal128232970.4500.580.09106.2274.5964.51
Hex80E8612D03A96a4b41
Octal2003501415507211152113101
Binary1000000011101000110000110110101110101001110101010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,232,97); }

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

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

 a { background-color: rgb(128,232,97); }

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

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

 span { border-color: rgb(128,232,97); }

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