#80EE82

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

Shades of Light Green #80EE82

Tints of Light Green #80EE82

Color information

#80EE82 (or 0x80EE82) is unknown color: approx Light Green. HEX triplet: 80, EE and 82. RGB value is (128,238,130). Sum of RGB (Red+Green+Blue) = 128+238+130=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 238 (93.36% from 255 or 47.98% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EE82 is #7F117D. Grayscale: #C1C1C1. Windows color (decimal): -8327550 or 8580736. OLE color: 8580736.

HSL color Cylindrical-coordinate representation of color #80EE82: hue angle of 121.09º 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 #80EE82 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB128238130-
CMYK0.4600.450.07
HSL121.09º76.39%71.76%-
HSV(B)121.09º46.22%93.33%-
XYZ43.5167.3531.83-
YUV192.892.5681.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.81%
GREEN value IS 238 (93.36% from 255) = 47.98%
BLUE value IS 130 (51.17% from 255) = 26.21%
R=25.81%
G=47.98%
B=26.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282381300.4600.450.07121.0976.3971.76
Hex80EE822E02D7794c48
Octal200356202560557171114110
Binary1000000011101110100000101011100101101111111100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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