#80F685

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

Shades of Light Green #80F685

Tints of Light Green #80F685

Color information

#80F685 (or 0x80F685) is unknown color: approx Light Green. HEX triplet: 80, F6 and 85. RGB value is (128,246,133). Sum of RGB (Red+Green+Blue) = 128+246+133=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #80F685 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F685 is #7F097A. Grayscale: #C6C6C6. Windows color (decimal): -8325499 or 8779392. OLE color: 8779392.

HSL color Cylindrical-coordinate representation of color #80F685: hue angle of 122.54º 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 #80F685 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB128246133-
CMYK0.4800.460.04
HSL122.54º86.76%73.33%-
HSV(B)122.54º47.97%96.47%-
XYZ46.0972.1933.7-
YUV197.8491.4178.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.25%
GREEN value IS 246 (96.48% from 255) = 48.52%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=25.25%
G=48.52%
B=26.23%

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
Decimal1282461330.4800.460.04122.5486.7673.33
Hex80F6853002E47b5749
Octal200366205600564173127111
Binary1000000011110110100001011100000101110100111101110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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