#80EE80

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

Shades of Pastel Green #80EE80

Tints of Pastel Green #80EE80

Color information

#80EE80 (or 0x80EE80) is unknown color: approx Pastel Green. HEX triplet: 80, EE and 80. RGB value is (128,238,128). Sum of RGB (Red+Green+Blue) = 128+238+128=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EE80 is #7F117F. Grayscale: #C0C0C0. Windows color (decimal): -8327552 or 8449664. OLE color: 8449664.

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

Color convert

RGB128238128-
CMYK0.4600.460.07
HSL120º76.39%71.76%-
HSV(B)120º46.22%93.33%-
XYZ43.3767.331.13-
YUV192.5791.5681.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.91%
GREEN value IS 238 (93.36% from 255) = 48.18%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=25.91%
G=48.18%
B=25.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1282381280.4600.460.0712076.3971.76
Hex80EE802E02E7784c48
Octal200356200560567170114110
Binary1000000011101110100000001011100101110111111100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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