#80F48D

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

Shades of Light Green #80F48D

Tints of Light Green #80F48D

Color information

#80F48D (or 0x80F48D) is unknown color: approx Light Green. HEX triplet: 80, F4 and 8D. RGB value is (128,244,141). Sum of RGB (Red+Green+Blue) = 128+244+141=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 244 (95.70% from 255 or 47.56% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 244 - color contains mainly: green. Hex color #80F48D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F48D is #7F0B72. Grayscale: #C5C5C5. Windows color (decimal): -8326003 or 9303168. OLE color: 9303168.

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

Color convert

RGB128244141-
CMYK0.4800.420.04
HSL126.72º84.06%72.94%-
HSV(B)126.72º47.54%95.69%-
XYZ46.0671.2136.52-
YUV197.5796.0778.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.95%
GREEN value IS 244 (95.70% from 255) = 47.56%
BLUE value IS 141 (55.47% from 255) = 27.49%
R=24.95%
G=47.56%
B=27.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1282441410.4800.420.04126.7284.0672.94
Hex80F48D3002A47f5449
Octal200364215600524177124111
Binary1000000011110100100011011100000101010100111111110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,244,141); }

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

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

 a { background-color: rgb(128,244,141); }

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

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

 span { border-color: rgb(128,244,141); }

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