#80E08D

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

Shades of Light Green #80E08D

Tints of Light Green #80E08D

Color information

#80E08D (or 0x80E08D) is unknown color: approx Light Green. HEX triplet: 80, E0 and 8D. RGB value is (128,224,141). Sum of RGB (Red+Green+Blue) = 128+224+141=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #80E08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E08D is #7F1F72. Grayscale: #BABABA. Windows color (decimal): -8331123 or 9298048. OLE color: 9298048.

HSL color Cylindrical-coordinate representation of color #80E08D: hue angle of 128.12º degrees, saturation: 0.61, 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 #80E08D is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB128224141-
CMYK0.4300.370.12
HSL128.12º60.76%69.02%-
HSV(B)128.12º42.86%87.84%-
XYZ40.3759.8234.62-
YUV185.83102.786.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.96%
GREEN value IS 224 (87.89% from 255) = 45.44%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=25.96%
G=45.44%
B=28.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1282241410.4300.370.12128.1260.7669.02
Hex80E08D2B025C803d45
Octal200340215530451420075105
Binary10000000111000001000110110101101001011100100000001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,224,141); }

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

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

 a { background-color: rgb(128,224,141); }

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

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

 span { border-color: rgb(128,224,141); }

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