#8cf980

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

Shades of Light Green #8CF980

Tints of Light Green #8CF980

Color information

#8CF980 (or 0x8CF980) is unknown color: approx Light Green. HEX triplet: 8C, F9 and 80. RGB value is (140,249,128). Sum of RGB (Red+Green+Blue) = 140+249+128=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #8CF980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF980 is #73067F. Grayscale: #CACACA. Windows color (decimal): -7538304 or 8452492. OLE color: 8452492.

HSL color Cylindrical-coordinate representation of color #8CF980: hue angle of 114.05º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CF980 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB140249128-
CMYK0.4400.490.02
HSL114.05º90.98%73.92%-
HSV(B)114.05º48.59%97.65%-
XYZ48.5974.8932.32-
YUV202.6185.8983.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.08%
GREEN value IS 249 (97.66% from 255) = 48.16%
BLUE value IS 128 (50.39% from 255) = 24.76%
R=27.08%
G=48.16%
B=24.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1402491280.4400.490.02114.0590.9873.92
Hex8CF9802C0312725b4a
Octal214371200540612162133112
Binary100011001111100110000000101100011000110111001010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cf980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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