#8BF881

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

Shades of Light Green #8BF881

Tints of Light Green #8BF881

Color information

#8BF881 (or 0x8BF881) is unknown color: approx Light Green. HEX triplet: 8B, F8 and 81. RGB value is (139,248,129). Sum of RGB (Red+Green+Blue) = 139+248+129=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #8BF881 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BF881 is #74077E. Grayscale: #CACACA. Windows color (decimal): -7604095 or 8517771. OLE color: 8517771.

HSL color Cylindrical-coordinate representation of color #8BF881: hue angle of 114.96º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BF881 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB139248129-
CMYK0.4400.480.03
HSL114.96º89.47%73.92%-
HSV(B)114.96º47.98%97.25%-
XYZ48.1874.2132.55-
YUV201.8486.8983.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.94%
GREEN value IS 248 (97.27% from 255) = 48.06%
BLUE value IS 129 (50.78% from 255) = 25%
R=26.94%
G=48.06%
B=25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1392481290.4400.480.03114.9689.4773.92
Hex8BF8812C030373594a
Octal213370201540603163131112
Binary100010111111100010000001101100011000011111001110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,248,129); }

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

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

 a { background-color: rgb(139,248,129); }

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

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

 span { border-color: rgb(139,248,129); }

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