#80F575

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

Shades of Pastel Green #80F575

Tints of Pastel Green #80F575

Color information

#80F575 (or 0x80F575) is unknown color: approx Pastel Green. HEX triplet: 80, F5 and 75. RGB value is (128,245,117). Sum of RGB (Red+Green+Blue) = 128+245+117=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 245 (96.09% from 255 or 50% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 245 - color contains mainly: green. Hex color #80F575 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F575 is #7F0A8A. Grayscale: #C3C3C3. Windows color (decimal): -8325771 or 7730560. OLE color: 7730560.

HSL color Cylindrical-coordinate representation of color #80F575: hue angle of 114.84º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80F575 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB128245117-
CMYK0.4800.520.04
HSL114.84º86.49%70.98%-
HSV(B)114.84º52.24%96.08%-
XYZ44.7771.1828.21-
YUV195.4283.7479.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.12%
GREEN value IS 245 (96.09% from 255) = 50%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=26.12%
G=50%
B=23.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1282451170.4800.520.04114.8486.4970.98
Hex80F575300344735647
Octal200365165600644163126107
Binary100000001111010111101011100000110100100111001110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,245,117); }

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

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

 a { background-color: rgb(128,245,117); }

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

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

 span { border-color: rgb(128,245,117); }

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