#8BF082

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

Shades of Light Green #8BF082

Tints of Light Green #8BF082

Color information

#8BF082 (or 0x8BF082) is unknown color: approx Light Green. HEX triplet: 8B, F0 and 82. RGB value is (139,240,130). Sum of RGB (Red+Green+Blue) = 139+240+130=509 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.31% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #8BF082 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BF082 is #740F7D. Grayscale: #C5C5C5. Windows color (decimal): -7606142 or 8581259. OLE color: 8581259.

HSL color Cylindrical-coordinate representation of color #8BF082: hue angle of 115.09º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8BF082 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB139240130-
CMYK0.4200.460.06
HSL115.09º78.57%72.55%-
HSV(B)115.09º45.83%94.12%-
XYZ45.8469.4232.1-
YUV197.2690.0486.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.31%
GREEN value IS 240 (94.14% from 255) = 47.15%
BLUE value IS 130 (51.17% from 255) = 25.54%
R=27.31%
G=47.15%
B=25.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1392401300.4200.460.06115.0978.5772.55
Hex8BF0822A02E6734f49
Octal213360202520566163117111
Binary1000101111110000100000101010100101110110111001110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,240,130); }

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

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

 a { background-color: rgb(139,240,130); }

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

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

 span { border-color: rgb(139,240,130); }

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