#8EF480

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

Shades of Light Green #8EF480

Tints of Light Green #8EF480

Color information

#8EF480 (or 0x8EF480) is unknown color: approx Light Green. HEX triplet: 8E, F4 and 80. RGB value is (142,244,128). Sum of RGB (Red+Green+Blue) = 142+244+128=514 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.63% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF480 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EF480 is #710B7F. Grayscale: #C8C8C8. Windows color (decimal): -7408512 or 8451214. OLE color: 8451214.

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

Color convert

RGB142244128-
CMYK0.4200.480.04
HSL112.76º84.06%72.94%-
HSV(B)112.76º47.54%95.69%-
XYZ47.472.0131.82-
YUV200.2887.2186.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.63%
GREEN value IS 244 (95.70% from 255) = 47.47%
BLUE value IS 128 (50.39% from 255) = 24.90%
R=27.63%
G=47.47%
B=24.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1422441280.4200.480.04112.7684.0672.94
Hex8EF4802A0304715449
Octal216364200520604161124111
Binary1000111011110100100000001010100110000100111000110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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