#80EA6F

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

Shades of Pastel Green #80EA6F

Tints of Pastel Green #80EA6F

Color information

#80EA6F (or 0x80EA6F) is unknown color: approx Pastel Green. HEX triplet: 80, EA and 6F. RGB value is (128,234,111). Sum of RGB (Red+Green+Blue) = 128+234+111=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EA6F is #7F1590. Grayscale: #BCBCBC. Windows color (decimal): -8328593 or 7334528. OLE color: 7334528.

HSL color Cylindrical-coordinate representation of color #80EA6F: hue angle of 111.71º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80EA6F is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB128234111-
CMYK0.4500.530.08
HSL111.71º74.55%67.65%-
HSV(B)111.71º52.56%91.76%-
XYZ41.1964.5825.33-
YUV188.2884.3885-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.06%
GREEN value IS 234 (91.80% from 255) = 49.47%
BLUE value IS 111 (43.75% from 255) = 23.47%
R=27.06%
G=49.47%
B=23.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282341110.4500.530.08111.7174.5567.65
Hex80EA6F2D0358704b44
Octal2003521575506510160113104
Binary1000000011101010110111110110101101011000111000010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,234,111); }

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

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

 a { background-color: rgb(128,234,111); }

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

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

 span { border-color: rgb(128,234,111); }

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