#80F67C

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

Shades of Light Green #80F67C

Tints of Light Green #80F67C

Color information

#80F67C (or 0x80F67C) is unknown color: approx Light Green. HEX triplet: 80, F6 and 7C. RGB value is (128,246,124). Sum of RGB (Red+Green+Blue) = 128+246+124=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #80F67C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F67C is #7F0983. Grayscale: #C5C5C5. Windows color (decimal): -8325508 or 8189568. OLE color: 8189568.

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

Color convert

RGB128246124-
CMYK0.4800.500.04
HSL118.03º87.14%72.55%-
HSV(B)118.03º49.59%96.47%-
XYZ45.571.9630.56-
YUV196.8186.9178.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.70%
GREEN value IS 246 (96.48% from 255) = 49.40%
BLUE value IS 124 (48.83% from 255) = 24.90%
R=25.70%
G=49.40%
B=24.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1282461240.4800.500.04118.0387.1472.55
Hex80F67C300324765749
Octal200366174600624166127111
Binary100000001111011011111001100000110010100111011010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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