#80F686

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

Shades of Light Green #80F686

Tints of Light Green #80F686

Color information

#80F686 (or 0x80F686) is unknown color: approx Light Green. HEX triplet: 80, F6 and 86. RGB value is (128,246,134). Sum of RGB (Red+Green+Blue) = 128+246+134=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #80F686 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F686 is #7F0979. Grayscale: #C6C6C6. Windows color (decimal): -8325498 or 8844928. OLE color: 8844928.

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

Color convert

RGB128246134-
CMYK0.4800.460.04
HSL123.05º86.76%73.33%-
HSV(B)123.05º47.97%96.47%-
XYZ46.1672.2234.06-
YUV197.9591.9178.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.20%
GREEN value IS 246 (96.48% from 255) = 48.43%
BLUE value IS 134 (52.73% from 255) = 26.38%
R=25.20%
G=48.43%
B=26.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1282461340.4800.460.04123.0586.7673.33
Hex80F6863002E47b5749
Octal200366206600564173127111
Binary1000000011110110100001101100000101110100111101110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,246,134); }

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

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

 a { background-color: rgb(128,246,134); }

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

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

 span { border-color: rgb(128,246,134); }

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