#8BF86F

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

Shades of Pastel Green #8BF86F

Tints of Pastel Green #8BF86F

Color information

#8BF86F (or 0x8BF86F) is unknown color: approx Pastel Green. HEX triplet: 8B, F8 and 6F. RGB value is (139,248,111). Sum of RGB (Red+Green+Blue) = 139+248+111=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #8BF86F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BF86F is #740790. Grayscale: #C8C8C8. Windows color (decimal): -7604113 or 7338123. OLE color: 7338123.

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

Color convert

RGB139248111-
CMYK0.4400.550.03
HSL107.74º90.73%70.39%-
HSV(B)107.74º55.24%97.25%-
XYZ47.0873.7726.8-
YUV199.7977.8984.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.91%
GREEN value IS 248 (97.27% from 255) = 49.80%
BLUE value IS 111 (43.75% from 255) = 22.29%
R=27.91%
G=49.80%
B=22.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1392481110.4400.550.03107.7490.7370.39
Hex8BF86F2C03736c5b46
Octal213370157540673154133106
Binary10001011111110001101111101100011011111110110010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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