#80F173

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

Shades of Pastel Green #80F173

Tints of Pastel Green #80F173

Color information

#80F173 (or 0x80F173) is unknown color: approx Pastel Green. HEX triplet: 80, F1 and 73. RGB value is (128,241,115). Sum of RGB (Red+Green+Blue) = 128+241+115=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #80F173 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F173 is #7F0E8C. Grayscale: #C1C1C1. Windows color (decimal): -8326797 or 7598464. OLE color: 7598464.

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

Color convert

RGB128241115-
CMYK0.4700.520.05
HSL113.81º81.82%69.8%-
HSV(B)113.81º52.28%94.51%-
XYZ43.4568.7427.2-
YUV192.8584.0681.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.45%
GREEN value IS 241 (94.53% from 255) = 49.79%
BLUE value IS 115 (45.31% from 255) = 23.76%
R=26.45%
G=49.79%
B=23.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282411150.4700.520.05113.8181.8269.8
Hex80F1732F0345725246
Octal200361163570645162122106
Binary100000001111000111100111011110110100101111001010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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