#80E991

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

Shades of Light Green #80E991

Tints of Light Green #80E991

Color information

#80E991 (or 0x80E991) is unknown color: approx Light Green. HEX triplet: 80, E9 and 91. RGB value is (128,233,145). Sum of RGB (Red+Green+Blue) = 128+233+145=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #80E991 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80E991 is #7F166E. Grayscale: #BFBFBF. Windows color (decimal): -8328815 or 9562496. OLE color: 9562496.

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

Color convert

RGB128233145-
CMYK0.4500.380.09
HSL129.71º70.47%70.78%-
HSV(B)129.71º45.06%91.37%-
XYZ43.1564.9137.04-
YUV191.57101.7182.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.30%
GREEN value IS 233 (91.41% from 255) = 46.05%
BLUE value IS 145 (57.03% from 255) = 28.66%
R=25.30%
G=46.05%
B=28.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1282331450.4500.380.09129.7170.4770.78
Hex80E9912D0269824647
Octal2003512215504611202106107
Binary100000001110100110010001101101010011010011000001010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,233,145); }

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

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

 a { background-color: rgb(128,233,145); }

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

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

 span { border-color: rgb(128,233,145); }

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