#80E963

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

Shades of Pastel Green #80E963

Tints of Pastel Green #80E963

Color information

#80E963 (or 0x80E963) is unknown color: approx Pastel Green. HEX triplet: 80, E9 and 63. RGB value is (128,233,99). Sum of RGB (Red+Green+Blue) = 128+233+99=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 233 (91.41% from 255 or 50.65% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 233 - color contains mainly: green. Hex color #80E963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E963 is #7F169C. Grayscale: #BABABA. Windows color (decimal): -8328861 or 6547840. OLE color: 6547840.

HSL color Cylindrical-coordinate representation of color #80E963: hue angle of 107.01º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80E963 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB12823399-
CMYK0.4500.580.09
HSL107.01º75.28%65.1%-
HSV(B)107.01º57.51%91.37%-
XYZ40.2963.7721.99-
YUV186.3378.7186.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.83%
GREEN value IS 233 (91.41% from 255) = 50.65%
BLUE value IS 99 (39.06% from 255) = 21.52%
R=27.83%
G=50.65%
B=21.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal128233990.4500.580.09107.0175.2865.1
Hex80E9632D03A96b4b41
Octal2003511435507211153113101
Binary1000000011101001110001110110101110101001110101110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,233,99); }

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

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

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

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

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

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

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