#80F177

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

Shades of Pastel Green #80F177

Tints of Pastel Green #80F177

Color information

#80F177 (or 0x80F177) is unknown color: approx Pastel Green. HEX triplet: 80, F1 and 77. RGB value is (128,241,119). Sum of RGB (Red+Green+Blue) = 128+241+119=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #80F177 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F177 is #7F0E88. Grayscale: #C1C1C1. Windows color (decimal): -8326793 or 7860608. OLE color: 7860608.

HSL color Cylindrical-coordinate representation of color #80F177: hue angle of 115.57º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80F177 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB128241119-
CMYK0.4700.510.05
HSL115.57º81.33%70.59%-
HSV(B)115.57º50.62%94.51%-
XYZ43.6968.8328.44-
YUV193.386.0681.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.23%
GREEN value IS 241 (94.53% from 255) = 49.39%
BLUE value IS 119 (46.88% from 255) = 24.39%
R=26.23%
G=49.39%
B=24.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282411190.4700.510.05115.5781.3370.59
Hex80F1772F0335745147
Octal200361167570635164121107
Binary100000001111000111101111011110110011101111010010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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