#8DFB82

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

Shades of Light Green #8DFB82

Tints of Light Green #8DFB82

Color information

#8DFB82 (or 0x8DFB82) is unknown color: approx Light Green. HEX triplet: 8D, FB and 82. RGB value is (141,251,130). Sum of RGB (Red+Green+Blue) = 141+251+130=522 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.01% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFB82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DFB82 is #72047D. Grayscale: #CCCCCC. Windows color (decimal): -7472254 or 8584077. OLE color: 8584077.

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

Color convert

RGB141251130-
CMYK0.4400.480.02
HSL114.55º93.8%74.71%-
HSV(B)114.55º48.21%98.43%-
XYZ49.5176.2733.23-
YUV204.3286.0682.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.01%
GREEN value IS 251 (98.44% from 255) = 48.08%
BLUE value IS 130 (51.17% from 255) = 24.90%
R=27.01%
G=48.08%
B=24.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412511300.4400.480.02114.5593.874.71
Hex8DFB822C0302735e4b
Octal215373202540602163136113
Binary100011011111101110000010101100011000010111001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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