#80F975

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

Shades of Pastel Green #80F975

Tints of Pastel Green #80F975

Color information

#80F975 (or 0x80F975) is unknown color: approx Pastel Green. HEX triplet: 80, F9 and 75. RGB value is (128,249,117). Sum of RGB (Red+Green+Blue) = 128+249+117=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 249 (97.66% from 255 or 50.40% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 249 - color contains mainly: green. Hex color #80F975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F975 is #7F068A. Grayscale: #C6C6C6. Windows color (decimal): -8324747 or 7731584. OLE color: 7731584.

HSL color Cylindrical-coordinate representation of color #80F975: hue angle of 115º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80F975 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB128249117-
CMYK0.4900.530.02
HSL115º91.67%71.76%-
HSV(B)115º53.01%97.65%-
XYZ45.9973.6228.62-
YUV197.7782.4178.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.91%
GREEN value IS 249 (97.66% from 255) = 50.40%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=25.91%
G=50.40%
B=23.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282491170.4900.530.0211591.6771.76
Hex80F975310352735c48
Octal200371165610652163134110
Binary10000000111110011110101110001011010110111001110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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