#80EF80

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

Shades of Pastel Green #80EF80

Tints of Pastel Green #80EF80

Color information

#80EF80 (or 0x80EF80) is unknown color: approx Pastel Green. HEX triplet: 80, EF and 80. RGB value is (128,239,128). Sum of RGB (Red+Green+Blue) = 128+239+128=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EF80 is #7F107F. Grayscale: #C1C1C1. Windows color (decimal): -8327296 or 8449920. OLE color: 8449920.

HSL color Cylindrical-coordinate representation of color #80EF80: hue angle of 120º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EF80 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB128239128-
CMYK0.4600.460.06
HSL120º77.62%71.96%-
HSV(B)120º46.44%93.73%-
XYZ43.6667.8831.22-
YUV193.1691.2381.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.86%
GREEN value IS 239 (93.75% from 255) = 48.28%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=25.86%
G=48.28%
B=25.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1282391280.4600.460.0612077.6271.96
Hex80EF802E02E6784e48
Octal200357200560566170116110
Binary1000000011101111100000001011100101110110111100010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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