#8CE480

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

Shades of Light Green #8CE480

Tints of Light Green #8CE480

Color information

#8CE480 (or 0x8CE480) is unknown color: approx Light Green. HEX triplet: 8C, E4 and 80. RGB value is (140,228,128). Sum of RGB (Red+Green+Blue) = 140+228+128=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE480 is #731B7F. Grayscale: #BEBEBE. Windows color (decimal): -7543680 or 8447116. OLE color: 8447116.

HSL color Cylindrical-coordinate representation of color #8CE480: hue angle of 112.8º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CE480 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB140228128-
CMYK0.3900.440.11
HSL112.8º64.94%69.8%-
HSV(B)112.8º43.86%89.41%-
XYZ42.4562.6230.27-
YUV190.2992.8592.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.23%
GREEN value IS 228 (89.45% from 255) = 45.97%
BLUE value IS 128 (50.39% from 255) = 25.81%
R=28.23%
G=45.97%
B=25.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1402281280.3900.440.11112.864.9469.8
Hex8CE4802702CB714146
Octal2143442004705413161101106
Binary10001100111001001000000010011101011001011111000110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,228,128); }

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

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

 a { background-color: rgb(140,228,128); }

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

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

 span { border-color: rgb(140,228,128); }

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