#80E965

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

Shades of Pastel Green #80E965

Tints of Pastel Green #80E965

Color information

#80E965 (or 0x80E965) is unknown color: approx Pastel Green. HEX triplet: 80, E9 and 65. RGB value is (128,233,101). Sum of RGB (Red+Green+Blue) = 128+233+101=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 233 (91.41% from 255 or 50.43% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 233 - color contains mainly: green. Hex color #80E965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E965 is #7F169A. Grayscale: #BABABA. Windows color (decimal): -8328859 or 6678912. OLE color: 6678912.

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

Color convert

RGB128233101-
CMYK0.4500.570.09
HSL107.73º75%65.49%-
HSV(B)107.73º56.65%91.37%-
XYZ40.3963.8122.5-
YUV186.5679.7186.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.71%
GREEN value IS 233 (91.41% from 255) = 50.43%
BLUE value IS 101 (39.84% from 255) = 21.86%
R=27.71%
G=50.43%
B=21.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1282331010.4500.570.09107.737565.49
Hex80E9652D03996c4b41
Octal2003511455507111154113101
Binary1000000011101001110010110110101110011001110110010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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