#80EE8F

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

Shades of Light Green #80EE8F

Tints of Light Green #80EE8F

Color information

#80EE8F (or 0x80EE8F) is unknown color: approx Light Green. HEX triplet: 80, EE and 8F. RGB value is (128,238,143). Sum of RGB (Red+Green+Blue) = 128+238+143=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EE8F is #7F1170. Grayscale: #C2C2C2. Windows color (decimal): -8327537 or 9432704. OLE color: 9432704.

HSL color Cylindrical-coordinate representation of color #80EE8F: hue angle of 128.18º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EE8F is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB128238143-
CMYK0.4600.400.07
HSL128.18º76.39%71.76%-
HSV(B)128.18º46.22%93.33%-
XYZ44.4367.7236.72-
YUV194.2899.0680.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.15%
GREEN value IS 238 (93.36% from 255) = 46.76%
BLUE value IS 143 (56.25% from 255) = 28.09%
R=25.15%
G=46.76%
B=28.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282381430.4600.400.07128.1876.3971.76
Hex80EE8F2E0287804c48
Octal200356217560507200114110
Binary10000000111011101000111110111001010001111000000010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,238,143); }

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

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

 a { background-color: rgb(128,238,143); }

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

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

 span { border-color: rgb(128,238,143); }

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