#86E497

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

Shades of Light Green #86E497

Tints of Light Green #86E497

Color information

#86E497 (or 0x86E497) is unknown color: approx Light Green. HEX triplet: 86, E4 and 97. RGB value is (134,228,151). Sum of RGB (Red+Green+Blue) = 134+228+151=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 151 (59.38% from 255 or 29.43% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #86E497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86E497 is #791B68. Grayscale: #BFBFBF. Windows color (decimal): -7936873 or 9954438. OLE color: 9954438.

HSL color Cylindrical-coordinate representation of color #86E497: hue angle of 130.85º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86E497 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB134228151-
CMYK0.4100.340.11
HSL130.85º63.51%70.98%-
HSV(B)130.85º41.23%89.41%-
XYZ43.1662.7939.12-
YUV191.12105.3687.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.12%
GREEN value IS 228 (89.45% from 255) = 44.44%
BLUE value IS 151 (59.38% from 255) = 29.43%
R=26.12%
G=44.44%
B=29.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1342281510.4100.340.11130.8563.5170.98
Hex86E49729022B834047
Octal2063442275104213203100107
Binary100001101110010010010111101001010001010111000001110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,228,151); }

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

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

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

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

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

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

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