#8EFC80

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

Shades of Light Green #8EFC80

Tints of Light Green #8EFC80

Color information

#8EFC80 (or 0x8EFC80) is unknown color: approx Light Green. HEX triplet: 8E, FC and 80. RGB value is (142,252,128). Sum of RGB (Red+Green+Blue) = 142+252+128=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #8EFC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EFC80 is #71037F. Grayscale: #CDCDCD. Windows color (decimal): -7406464 or 8453262. OLE color: 8453262.

HSL color Cylindrical-coordinate representation of color #8EFC80: hue angle of 113.23º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8EFC80 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB142252128-
CMYK0.4400.490.01
HSL113.23º95.38%74.51%-
HSV(B)113.23º49.21%98.82%-
XYZ49.8676.9332.64-
YUV204.9784.5683.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.20%
GREEN value IS 252 (98.83% from 255) = 48.28%
BLUE value IS 128 (50.39% from 255) = 24.52%
R=27.20%
G=48.28%
B=24.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422521280.4400.490.01113.2395.3874.51
Hex8EFC802C0311715f4b
Octal216374200540611161137113
Binary10001110111111001000000010110001100011111000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EFC80; }

 p { color: rgb(142,252,128); }

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

<style>
 a { background-color: #8EFC80; }

 a { background-color: rgb(142,252,128); }

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

<style>
 span { border-color: #8EFC80; }

 span { border-color: rgb(142,252,128); }

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