#86E681

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

Shades of Light Green #86E681

Tints of Light Green #86E681

Color information

#86E681 (or 0x86E681) is unknown color: approx Light Green. HEX triplet: 86, E6 and 81. RGB value is (134,230,129). Sum of RGB (Red+Green+Blue) = 134+230+129=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #86E681 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E681 is #79197E. Grayscale: #BEBEBE. Windows color (decimal): -7936383 or 8513158. OLE color: 8513158.

HSL color Cylindrical-coordinate representation of color #86E681: hue angle of 117.03º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86E681 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB134230129-
CMYK0.4200.440.10
HSL117.03º66.89%70.39%-
HSV(B)117.03º43.91%90.2%-
XYZ42.0963.2530.76-
YUV189.7893.788.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.18%
GREEN value IS 230 (90.23% from 255) = 46.65%
BLUE value IS 129 (50.78% from 255) = 26.17%
R=27.18%
G=46.65%
B=26.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1342301290.4200.440.10117.0366.8970.39
Hex86E6812A02CA754346
Octal2063462015205412165103106
Binary10000110111001101000000110101001011001010111010110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,230,129); }

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

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

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

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

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

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

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