#86F983

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

Shades of Light Green #86F983

Tints of Light Green #86F983

Color information

#86F983 (or 0x86F983) is unknown color: approx Light Green. HEX triplet: 86, F9 and 83. RGB value is (134,249,131). Sum of RGB (Red+Green+Blue) = 134+249+131=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #86F983 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F983 is #79067C. Grayscale: #C9C9C9. Windows color (decimal): -7931517 or 8649094. OLE color: 8649094.

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

Color convert

RGB134249131-
CMYK0.4600.470.02
HSL118.47º90.77%74.51%-
HSV(B)118.47º47.39%97.65%-
XYZ47.874.4633.33-
YUV201.1688.480.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.07%
GREEN value IS 249 (97.66% from 255) = 48.44%
BLUE value IS 131 (51.56% from 255) = 25.49%
R=26.07%
G=48.44%
B=25.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342491310.4600.470.02118.4790.7774.51
Hex86F9832E02F2765b4b
Octal206371203560572166133113
Binary100001101111100110000011101110010111110111011010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,249,131); }

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

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

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

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

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

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

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