#86ef86

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

Shades of Light Green #86EF86

Tints of Light Green #86EF86

Color information

#86EF86 (or 0x86EF86) is unknown color: approx Light Green. HEX triplet: 86, EF and 86. RGB value is (134,239,134). Sum of RGB (Red+Green+Blue) = 134+239+134=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EF86 is #791079. Grayscale: #C3C3C3. Windows color (decimal): -7934074 or 8843142. OLE color: 8843142.

HSL color Cylindrical-coordinate representation of color #86EF86: hue angle of 120º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EF86 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB134239134-
CMYK0.4400.440.06
HSL120º76.64%73.14%-
HSV(B)120º43.93%93.73%-
XYZ4568.5233.41-
YUV195.6493.2184.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.43%
GREEN value IS 239 (93.75% from 255) = 47.14%
BLUE value IS 134 (52.73% from 255) = 26.43%
R=26.43%
G=47.14%
B=26.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1342391340.4400.440.0612076.6473.14
Hex86EF862C02C6784d49
Octal206357206540546170115111
Binary1000011011101111100001101011000101100110111100010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ef86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,239,134); }

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

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

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

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

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

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

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