#80E869

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

Shades of Pastel Green #80E869

Tints of Pastel Green #80E869

Color information

#80E869 (or 0x80E869) is unknown color: approx Pastel Green. HEX triplet: 80, E8 and 69. RGB value is (128,232,105). Sum of RGB (Red+Green+Blue) = 128+232+105=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 232 (91.02% from 255 or 49.89% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 232 - color contains mainly: green. Hex color #80E869 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E869 is #7F1796. Grayscale: #BABABA. Windows color (decimal): -8329111 or 6940800. OLE color: 6940800.

HSL color Cylindrical-coordinate representation of color #80E869: hue angle of 109.13º degrees, saturation: 0.73, 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 #80E869 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB128232105-
CMYK0.4500.550.09
HSL109.13º73.41%66.08%-
HSV(B)109.13º54.74%90.98%-
XYZ40.3163.3223.46-
YUV186.4382.0486.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.53%
GREEN value IS 232 (91.02% from 255) = 49.89%
BLUE value IS 105 (41.41% from 255) = 22.58%
R=27.53%
G=49.89%
B=22.58%

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
Decimal1282321050.4500.550.09109.1373.4166.08
Hex80E8692D03796d4942
Octal2003501515506711155111102
Binary1000000011101000110100110110101101111001110110110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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