#8df982

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

Shades of Light Green #8DF982

Tints of Light Green #8DF982

Color information

#8DF982 (or 0x8DF982) is unknown color: approx Light Green. HEX triplet: 8D, F9 and 82. RGB value is (141,249,130). Sum of RGB (Red+Green+Blue) = 141+249+130=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #8DF982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF982 is #72067D. Grayscale: #CBCBCB. Windows color (decimal): -7472766 or 8583565. OLE color: 8583565.

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

Color convert

RGB141249130-
CMYK0.4300.480.02
HSL114.45º90.84%74.31%-
HSV(B)114.45º47.79%97.65%-
XYZ48.8975.0333.02-
YUV203.1486.7283.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.12%
GREEN value IS 249 (97.66% from 255) = 47.88%
BLUE value IS 130 (51.17% from 255) = 25%
R=27.12%
G=47.88%
B=25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412491300.4300.480.02114.4590.8474.31
Hex8DF9822B0302725b4a
Octal215371202530602162133112
Binary100011011111100110000010101011011000010111001010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8df982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,249,130); }

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

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

 a { background-color: rgb(141,249,130); }

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

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

 span { border-color: rgb(141,249,130); }

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