#86F787

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

Shades of Light Green #86F787

Tints of Light Green #86F787

Color information

#86F787 (or 0x86F787) is unknown color: approx Light Green. HEX triplet: 86, F7 and 87. RGB value is (134,247,135). Sum of RGB (Red+Green+Blue) = 134+247+135=516 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.97% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #86F787 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F787 is #790878. Grayscale: #C8C8C8. Windows color (decimal): -7932025 or 8910726. OLE color: 8910726.

HSL color Cylindrical-coordinate representation of color #86F787: hue angle of 120.53º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F787 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB134247135-
CMYK0.4600.450.03
HSL120.53º87.6%74.71%-
HSV(B)120.53º45.75%96.86%-
XYZ47.4773.3434.58-
YUV200.4491.0680.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.97%
GREEN value IS 247 (96.88% from 255) = 47.87%
BLUE value IS 135 (53.12% from 255) = 26.16%
R=25.97%
G=47.87%
B=26.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1342471350.4600.450.03120.5387.674.71
Hex86F7872E02D379584b
Octal206367207560553171130113
Binary100001101111011110000111101110010110111111100110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86F787; }

 p { color: rgb(134,247,135); }

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

<style>
 a { background-color: #86F787; }

 a { background-color: rgb(134,247,135); }

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

<style>
 span { border-color: #86F787; }

 span { border-color: rgb(134,247,135); }

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