#80E969

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

Shades of Pastel Green #80E969

Tints of Pastel Green #80E969

Color information

#80E969 (or 0x80E969) is unknown color: approx Pastel Green. HEX triplet: 80, E9 and 69. RGB value is (128,233,105). Sum of RGB (Red+Green+Blue) = 128+233+105=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 233 (91.41% from 255 or 50% from 466); Blue value is 105 (41.41% from 255 or 22.53% from 466); Max value from RGB is 233 - color contains mainly: green. Hex color #80E969 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E969 is #7F1696. Grayscale: #BBBBBB. Windows color (decimal): -8328855 or 6941056. OLE color: 6941056.

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

Color convert

RGB128233105-
CMYK0.4500.550.09
HSL109.22º74.42%66.27%-
HSV(B)109.22º54.94%91.37%-
XYZ40.5963.8923.56-
YUV187.0181.7185.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.47%
GREEN value IS 233 (91.41% from 255) = 50%
BLUE value IS 105 (41.41% from 255) = 22.53%
R=27.47%
G=50%
B=22.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1282331050.4500.550.09109.2274.4266.27
Hex80E9692D03796d4a42
Octal2003511515506711155112102
Binary1000000011101001110100110110101101111001110110110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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