#80EA5F

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

Shades of Pastel Green #80EA5F

Tints of Pastel Green #80EA5F

Color information

#80EA5F (or 0x80EA5F) is unknown color: approx Pastel Green. HEX triplet: 80, EA and 5F. RGB value is (128,234,95). Sum of RGB (Red+Green+Blue) = 128+234+95=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EA5F is #7F15A0. Grayscale: #BABABA. Windows color (decimal): -8328609 or 6285952. OLE color: 6285952.

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

Color convert

RGB12823495-
CMYK0.4500.590.08
HSL105.76º76.8%64.51%-
HSV(B)105.76º59.4%91.76%-
XYZ40.3964.2621.1-
YUV186.4676.3886.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.01%
GREEN value IS 234 (91.80% from 255) = 51.20%
BLUE value IS 95 (37.5% from 255) = 20.79%
R=28.01%
G=51.20%
B=20.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal128234950.4500.590.08105.7676.864.51
Hex80EA5F2D03B86a4d41
Octal2003521375507310152115101
Binary1000000011101010101111110110101110111000110101010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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