#86FA76

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

Shades of Light Green #86FA76

Tints of Light Green #86FA76

Color information

#86FA76 (or 0x86FA76) is unknown color: approx Light Green. HEX triplet: 86, FA and 76. RGB value is (134,250,118). Sum of RGB (Red+Green+Blue) = 134+250+118=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FA76 is #790589. Grayscale: #C8C8C8. Windows color (decimal): -7931274 or 7797382. OLE color: 7797382.

HSL color Cylindrical-coordinate representation of color #86FA76: hue angle of 112.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86FA76 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB134250118-
CMYK0.4600.530.02
HSL112.73º92.96%72.16%-
HSV(B)112.73º52.8%98.04%-
XYZ47.2974.7529.07-
YUV200.2781.5780.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.69%
GREEN value IS 250 (98.05% from 255) = 49.80%
BLUE value IS 118 (46.48% from 255) = 23.51%
R=26.69%
G=49.80%
B=23.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342501180.4600.530.02112.7392.9672.16
Hex86FA762E0352715d48
Octal206372166560652161135110
Binary10000110111110101110110101110011010110111000110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,250,118); }

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

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

 a { background-color: rgb(134,250,118); }

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

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

 span { border-color: rgb(134,250,118); }

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