#8BF085

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

Shades of Light Green #8BF085

Tints of Light Green #8BF085

Color information

#8BF085 (or 0x8BF085) is unknown color: approx Light Green. HEX triplet: 8B, F0 and 85. RGB value is (139,240,133). Sum of RGB (Red+Green+Blue) = 139+240+133=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #8BF085 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BF085 is #740F7A. Grayscale: #C5C5C5. Windows color (decimal): -7606139 or 8777867. OLE color: 8777867.

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

Color convert

RGB139240133-
CMYK0.4200.450.06
HSL116.64º78.1%73.14%-
HSV(B)116.64º44.58%94.12%-
XYZ46.0469.533.18-
YUV197.691.5486.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.15%
GREEN value IS 240 (94.14% from 255) = 46.88%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=27.15%
G=46.88%
B=25.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1392401330.4200.450.06116.6478.173.14
Hex8BF0852A02D6754e49
Octal213360205520556165116111
Binary1000101111110000100001011010100101101110111010110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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