#86FB82

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

Shades of Light Green #86FB82

Tints of Light Green #86FB82

Color information

#86FB82 (or 0x86FB82) is unknown color: approx Light Green. HEX triplet: 86, FB and 82. RGB value is (134,251,130). Sum of RGB (Red+Green+Blue) = 134+251+130=515 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.02% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #86FB82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FB82 is #79047D. Grayscale: #CACACA. Windows color (decimal): -7931006 or 8584070. OLE color: 8584070.

HSL color Cylindrical-coordinate representation of color #86FB82: hue angle of 118.02º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86FB82 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB134251130-
CMYK0.4700.480.02
HSL118.02º93.8%74.71%-
HSV(B)118.02º48.21%98.43%-
XYZ48.3675.6733.18-
YUV202.2287.2479.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.02%
GREEN value IS 251 (98.44% from 255) = 48.74%
BLUE value IS 130 (51.17% from 255) = 25.24%
R=26.02%
G=48.74%
B=25.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342511300.4700.480.02118.0293.874.71
Hex86FB822F0302765e4b
Octal206373202570602166136113
Binary100001101111101110000010101111011000010111011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,251,130); }

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

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

 a { background-color: rgb(134,251,130); }

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

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

 span { border-color: rgb(134,251,130); }

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