#80E277

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

Shades of Pastel Green #80E277

Tints of Pastel Green #80E277

Color information

#80E277 (or 0x80E277) is unknown color: approx Pastel Green. HEX triplet: 80, E2 and 77. RGB value is (128,226,119). Sum of RGB (Red+Green+Blue) = 128+226+119=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 226 (88.67% from 255 or 47.78% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 226 - color contains mainly: green. Hex color #80E277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E277 is #7F1D88. Grayscale: #B8B8B8. Windows color (decimal): -8330633 or 7856768. OLE color: 7856768.

HSL color Cylindrical-coordinate representation of color #80E277: hue angle of 114.95º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80E277 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB128226119-
CMYK0.4300.470.11
HSL114.95º64.85%67.65%-
HSV(B)114.95º47.35%88.63%-
XYZ39.4360.3127.02-
YUV184.591.0387.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.06%
GREEN value IS 226 (88.67% from 255) = 47.78%
BLUE value IS 119 (46.88% from 255) = 25.16%
R=27.06%
G=47.78%
B=25.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1282261190.4300.470.11114.9564.8567.65
Hex80E2772B02FB734144
Octal2003421675305713163101104
Binary1000000011100010111011110101101011111011111001110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,226,119); }

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

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

 a { background-color: rgb(128,226,119); }

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

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

 span { border-color: rgb(128,226,119); }

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