#80F97F

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

Shades of Light Green #80F97F

Tints of Light Green #80F97F

Color information

#80F97F (or 0x80F97F) is unknown color: approx Light Green. HEX triplet: 80, F9 and 7F. RGB value is (128,249,127). Sum of RGB (Red+Green+Blue) = 128+249+127=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #80F97F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F97F is #7F0680. Grayscale: #C7C7C7. Windows color (decimal): -8324737 or 8386944. OLE color: 8386944.

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

Color convert

RGB128249127-
CMYK0.4900.490.02
HSL119.51º91.04%73.73%-
HSV(B)119.51º49%97.65%-
XYZ46.6173.8731.88-
YUV198.9187.4177.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.40%
GREEN value IS 249 (97.66% from 255) = 49.40%
BLUE value IS 127 (50% from 255) = 25.20%
R=25.40%
G=49.40%
B=25.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1282491270.4900.490.02119.5191.0473.73
Hex80F97F310312785b4a
Octal200371177610612170133112
Binary10000000111110011111111110001011000110111100010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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