#80E967

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

Shades of Pastel Green #80E967

Tints of Pastel Green #80E967

Color information

#80E967 (or 0x80E967) is unknown color: approx Pastel Green. HEX triplet: 80, E9 and 67. RGB value is (128,233,103). Sum of RGB (Red+Green+Blue) = 128+233+103=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 233 (91.41% from 255 or 50.22% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 233 - color contains mainly: green. Hex color #80E967 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E967 is #7F1698. Grayscale: #BBBBBB. Windows color (decimal): -8328857 or 6809984. OLE color: 6809984.

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

Color convert

RGB128233103-
CMYK0.4500.560.09
HSL108.46º74.71%65.88%-
HSV(B)108.46º55.79%91.37%-
XYZ40.4963.8523.02-
YUV186.7880.7186.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.59%
GREEN value IS 233 (91.41% from 255) = 50.22%
BLUE value IS 103 (40.62% from 255) = 22.20%
R=27.59%
G=50.22%
B=22.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1282331030.4500.560.09108.4674.7165.88
Hex80E9672D03896c4b42
Octal2003511475507011154113102
Binary1000000011101001110011110110101110001001110110010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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