#86F78C

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

Shades of Light Green #86F78C

Tints of Light Green #86F78C

Color information

#86F78C (or 0x86F78C) is unknown color: approx Light Green. HEX triplet: 86, F7 and 8C. RGB value is (134,247,140). Sum of RGB (Red+Green+Blue) = 134+247+140=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 247 - color contains mainly: green. Hex color #86F78C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F78C is #790873. Grayscale: #C9C9C9. Windows color (decimal): -7932020 or 9238406. OLE color: 9238406.

HSL color Cylindrical-coordinate representation of color #86F78C: hue angle of 123.19º 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 #86F78C is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB134247140-
CMYK0.4600.430.03
HSL123.19º87.6%74.71%-
HSV(B)123.19º45.75%96.86%-
XYZ47.8373.4836.47-
YUV201.0293.5680.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.72%
GREEN value IS 247 (96.88% from 255) = 47.41%
BLUE value IS 140 (55.08% from 255) = 26.87%
R=25.72%
G=47.41%
B=26.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1342471400.4600.430.03123.1987.674.71
Hex86F78C2E02B37b584b
Octal206367214560533173130113
Binary100001101111011110001100101110010101111111101110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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